Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
if ($_POST['prati']){
$date = date('d-m-Y');
$add = "INSERT INTO tablica (date,) values ($date)";
}
$select = mysql_query("SELECT * FROM tablica ORDER BY id DESC ")or die(mysql_error());
while($row = mysql_fetch_array($select)) {
$date = $row['date'];
echo '$date';
}