Posted by Daz on 11/04/06 17:14
Daz wrote:
> T. Wintershoven wrote:
> > Can anyone help me solve this problem.
>
> Perhaps you might want consider placing this into the HandleForm
> function:
> echo "<pre>",print_r($_POST),"</pre>;
>
> This will allow you to see exactly what has been passed back in the
> $_POST variable, and what format it's in.
Please note I accidentally missed a double quote from the end of my
eacho statement. It should have read:
echo "<pre>",print_r($_POST),"</pre>";
[Back to original message]
|