2
$insert = mysql_query ( "INSERT INTO analise VALUES ( $analise_hora )" ) ;
I am trying to insert this data with this function automatically when the user enters the page, but it is not being inserted, my time variable is right I gave an echo to test, my connection to the database is ok.
Wasn’t supposed to send automatic with just this one insert
?
What is the error that appears?
– Jorge B.