Hi there, good morning,
as posted yesterday (I guess it kind of got overlooked by the nmber of posts
here), I was such a dirk that I put a hidden action in my form that
redirected the test page to another (currently running) form which didn't
have the changes in it. So my test page showed me data of a live page...
dumb me, I know. But after hours and hours of coding, I bet this even
happens to the best out there :oP Little piece of code sticking somewhere
and you don't even remember that it is there... that reminds me to continue
writing the handbook to this website *g*
Have a great coding-day :o))
Chris
----- Original Message -----
From: "Richard Lynch" <ceo@xxxxxxxxx>
To: "Christian Haensel" <php@xxxxxxxxx>
Cc: <php-general@xxxxxxxxxxxxx>
Sent: Tuesday, May 22, 2007 2:42 AM
Subject: Re: PHP & MySQL Problem
On Mon, May 21, 2007 2:26 am, Christian Haensel wrote:
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.
POST data *does* have a limit, possibly, based on your selection of
browser/server software...
It's a ridiculously high limit however, so it seems more likely that
you just added a typo to your code.
Show us code to get an answer.
And estimate for us the size of the POST data as well.
Without those bits of info, our answers will be:
Maybe.
--
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php