[PHP] HTTP_POST_VARS Question

2002-06-20 Thread Chris Sechiatano
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 --

Re: [PHP] HTTP_POST_VARS Question

2002-06-20 Thread Erik Price
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. Why would I