Good morning friends,

I have a script that collects data from a form and puts together a mysql query to search a database. Now, everything worked fine until I added a few new form fields... now the $_POST['var'] don't reach the script...

I have about 20 to 25 form fields which are all taken into the query...

Now my question: is there a limit in the fields that I can use in the query string to query the database? Somehow the script doesn't even output the value of the POST data anymore... been using this stuff for years now, and i'm feeling really silly at the moment.

I'd appreciate any help.

Cheers!
Chris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to