$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 is not being inserted, my time variable is right I gave an echo to test, my connection to the database is ok.
Was not it to send automatic only with this insert
?