Hi,

> Yeah, I figured it out using that a minute or so ago... but I'm 
> sure there should be another way of doing it by enumerating the 
> array like this:
> 
> for($i=0;$i < count($_POST); $i++)
> {
>       print $_POST[$i];
> }
> 
> or similar.

<jumping into thread without seeing earlier messages>

echo "<pre>";
print_r($_POST);
echo "</pre>";

Very useful for quickly dumping an array - it's not at all pretty, but the
information is there.

Of course, this is probably the code from "I figured it out using that"
referred to above :-)

Cheers
Jon




____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to