: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
browser or terminal.  I'm sure you'll see it doesn't look like what you
really
had in mind. This debugging trick may also make this question a non-mysql
related ;-).

Good luck

Sherzod



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to