I have the following Code:

  foreatch( $_POST["mtype"] as $akey => $avalue ) {
    echo "$akey, $avalue<br>";
  }

When I run it I get:

  Parse error: parse error, unexpected T_AS   
  in /var/www/mb/mb_estab_update.php on line 58

58 is the line with the foreatch on it.  However if I replace it with:

  print_r( $_POST["mtype"] );    

I get:

  Array ( [1] => RESTAURANT [2] => BEVERAGEWINE [3] => MAIN )

so the array is populated, what am I doing Wrong?

Regards,
Ben
-- 
Ben Edwards - Poole, UK, England
If you have a problem sending me email use this link
http://www.gurtlush.org.uk/profiles.php?uid=4
(email address this email is sent from may be defunct)

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to