Jump to content

[SOLVED] simple query? perhaps time to call it a night...


amites

Recommended Posts

hello,

 

I'm running into a small wall,

 

I have a simple query that I had running 30 minutes ago, it stopped working for me and I don't know why

 

mysql_query(" INSERT INTO bil_msg_look (userid, locid, look_date, created, active)"
. "\n VALUES ('63', '".$location."', '".$date_insert."', now(),
'1' ") or die(mysql_error());

 

I've verified that

$location = 22

$date_insert = 2008-01-26 13:00:00

 

and it is telling me that the problem is on the 3rd line near the "

 

any ideas?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.