Page 1 of 1

Broken Code

Posted: Thu Oct 31, 2002 5:09 pm
by bmx269
Help....

I just updated my PHP from 4.1.2 to 4.2.3 and all my search code and submit code is broken. Here is what I have, any help would be much apreciated. This sucks, 5 minutes of fun, 2 days headache.


edit:

Thanks for the fix. Sorry for posting a repetitive post. I was going crazy.

foreach($_POST as $key=>$val){
$$key = $val;
}
foreach($_GET as $key=>$val){
$$key = $val;
}

fixed the pages perfectly.

Posted: Thu Oct 31, 2002 5:17 pm
by volka