What is wrong with this php/mysql? Can you include the date function in a mysql insert?

Findd Online

New member
if(!mysql_query("INSERT INTO clicks (username,title,date)
VALUES ('JoeBurnett','Books 1 Million','date(\"Y-m-d\")'"))
else
{
die("error");
}

It produces the die()? But why?
 
Back
Top