Why am I getting this Array to String Conversion Notice

infox

New Member
I am using an eCard program here to send invitations for an event and get the following notice:\[quote\] Notice: Array to string conversion in /nfs/c07/h01/mnt/108712/domains/christmasnativity.org/html/ecard/include/common.inc.php on line 32\[/quote\]Here is the code from lines 29 to 33:\[code\]/* Clean up request: Remove magic quotes, if the setting is enabled. */if (get_magic_quotes_gpc()) { foreach($_REQUEST as $name => $value) $_REQUEST[$name] = stripslashes($value);}\[/code\]Any clues what may be causing this error notice?Thanks.
 
Back
Top