On Thursday, June 20, 2002, at 02:41 PM, Chris Sechiatano wrote:
> Just a simple question about the HTTP_POST_VARS. I know my forms will
> work
> if I use only the name of the input. Say a text box called FirstName.
> I
> can just do:
>
> print "$FirstName";
>
> and everything works fine. Wh
Hi,
Just a simple question about the HTTP_POST_VARS. I know my forms will work
if I use only the name of the input. Say a text box called FirstName. I
can just do:
print "$FirstName";
and everything works fine. Why would I want to use
print $HTTP_POST_VARS["FirstName"];
instead?
Thanks
2 matches
Mail list logo