|
Posted by Brian on 01/10/07 17:14
"Michael Fesser" <netizen@gmx.de> wrote in message
news:2s0aq2hbtcpkhhjppacaleeskok5sff63i@4ax.com...
> .oO(Brian)
>
>>I hadn't, but have now tried this and still get an error,
>>I know it's something really simple I'm missing here
>>
>>$information = $_REQUEST['information'];
>> foreach($information){
>> $output .= "$information<br>";
>> }
>
> foreach ($_REQUEST['information'] as $information) {
> $output .= "$information<br>";
> }
>
I hadn't put the [] on the form, now working :)
Thanks Guys
Brian
--------------------------------------------------------------------------------
I am using the free version of SPAMfighter for private users.
It has removed 1146 spam emails to date.
Paying users do not have this message in their emails.
Try SPAMfighter for free now!
Navigation:
[Reply to this message]
|