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