April 2018
Beginner
552 pages
13h 58m
English
sudo nano /var/www/show_data_lite.php
<head> <title>DatabaseDatabase Data</title> <meta http-equiv="refresh" content="10" > </head> <body> Press button to remove the table data <br> <input type="button" onclick="location.href = 'del_data_lite.php';" value="Delete"> <br><br> <b>Recorded Data</b><br> <?php $db = new PDO("sqlite:/var/databases/datasitedatasite/mydatabase.db"); //SQL query $strSQL = "SELECT * FROM recordeddatarecordeddata WHERE itmitm_name LIKE '%'%temp%'"; //Execute the query $response = $db->query($strSQL); ...