I think my problem is simple, I'm trying to insert into the database through the time() function but it does not enter values.
Code
$time = time();
mysql_query("INSERT INTO posts (user_id, estabelecimento_id, opiniao, data)...
asked by
01.03.2015 / 22:36