2007. 05. 21, hétfő keltezéssel 09.26-kor Christian Haensel ezt írta: > 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. AFAIK there is no limit in the number of fields in a query... post some code please, otherwise I don't think anyone will be able to help you greets Zoltán Németh > > I'd appreciate any help. > > Cheers! > Chris > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php