Posted by Rik Wasmus on 10/14/07 12:14
On Sun, 14 Oct 2007 14:11:40 +0200, <william.hooper@gmail.com> wrote:
> Suppose I just want to print all the keys... why will this not work
> please!
>
> many thanks....
>
>
> <?php
> echo 'Hello World!\n';
> if(!empty($_POST)){
> foreach($_POST)
Yes, foreach $_POST, where to put the value (and optionally the key) of
the array?
> it prints an error message of the foreach line
RTFM:
http://www.php.net/manual/en/control-structures.foreach.php
--
Rik Wasmus
[Back to original message]
|