mysql php and blank variables...

2003-01-29 Thread Sunfire
hi all.. having a little problem with mysql_query()... for some reason when i type mysql_query(insert into table_name ('$var list'...); i come up with a bunch of blank/empty variables... im using apache 1.3.4x mysql 3.2.3.x wwinME .. any ideas how to fix the problem...? --- Outgoing mail is

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

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... :when i type :mysql_query(insert into table_name