Hi Guys,
I have a script that keeps giving me an error:
On that line it is the following:PHP Code:Warning: Invalid argument supplied for foreach() in /home/loud/public_html/coreg/worldvision.php on line 62
Can anyone help me here please as my variables are not being replaced with the data within the variables while this error is happening.PHP Code:foreach($fields as $key=>$value) { $fields_string .= $key.'='.$value.'&'; }
rtrim($fields_string,'&');
Any help would be great please.
Thanks



Thank You!
Reply With Quote



Bookmarks