> Also, instead of that while statement why not use the cleaner
(looking
> at least):
>
> foreach ($_POST as $key=>$value)
Because I started PHP towards the end of PHP 3 and I've never got to
grips with the foreach() construct. Is it as easy as it looks? Do
you have to reset() the array afterwards like you do with each()?