----- Original Message -----
From: "Damien Buttler" <[EMAIL PROTECTED]>
> I hope someone can help.  I have written a PHP script which adds a row to
a
> MySQL table.  The columns are all of type 'char'.  The script works fine
> when only numerical values are passed, but when I try to pass values a-z
A-Z
> the script fails.  When I attempt to add the same values straight from the
> MySQL CLI it also works.

Your php script is broke.  (possibly a quoting issue)       :)

For more help, send your php script to a php list.

SQL


---------------------------------------------------------------------
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