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.
Broken Code
Moderator: General Moderators
Broken Code
Last edited by bmx269 on Thu Oct 31, 2002 5:48 pm, edited 1 time in total.