|
php timestamp newbie question
ok i inserted a timestamp row and when i insert a new query manually from phpadmin it appears correctly. what command do i use for:
$sqlquery = "INSERT INTO $table
VALUES(
'".mysql_insert_id()."','
1','
???????????','
','
','
','
???????????',' is where the timestamp command should go
|