Query error

admin

Administrator
Staff member
I have a query that when passed to mysql_query() that will not execute (error) however when i input the same query into mysql at the Unix prompt it updates the database fine.

I am using PHP3.

Query = "INSERT INTO logbook SET Entry_Date='2001-04-13', Work_Summary='some work', Notes='hello.htm';"

Any ideas? thanks James.
 
Back
Top