Questo genera il value di un input
poi finisce in un VARCHAR(5)Codice PHP:
$ora = date("G:i");
echo "<input type=\"text\" value=\"".$ora."\" name=\"ora\"/>";
Questo genera il value di un input
poi finisce in un VARCHAR(5)Codice PHP:
$ora = date("G:i");
echo "<input type=\"text\" value=\"".$ora."\" name=\"ora\"/>";