Hi

Having a play with PHP and MySql.

Got what is probably an easy question : $_POST is an array, so how come I cannot loop it with echo $_POST[<num>]
Where <num> is a number 0 - 7
I used count on $_POST and it is returning 7... And I can get to the values posted from the from with the name...
Just can't see why putting a number in the field doesn't work...

Being thick prolly

Vince