Re: mysql php and blank variables...

2003-01-29 Thread Sunfire
ok will try that too... - Original Message - From: "Sherzod Ruzmetov" <[EMAIL PROTECTED]> To: "Sunfire" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 7:07 AM Subject: RE: mysql php and blank variables... > :wh

RE: mysql php and blank variables...

2003-01-29 Thread Sherzod Ruzmetov
:when i type :mysql_query("insert into table_name ('$var list'...); i come :up with a bunch :of :blank/empty variables... Try to debug your query by outputting to the stdout instead of sending to the mysql server. You can do it by simply echo()ing your query as it is to the bro