Search found 2 matches
- Wed May 25, 2005 4:29 pm
- Forum: PHP - Code
- Topic: Uninitialized $_POST variables
- Replies: 6
- Views: 424
Thank you both for your replies! thomas777neo, the $REQUEST_METHOD generates the same error as using $_POST vars, probably because prior to executing any form method, there is no method to request. I really appreciate the feedback though, because I didn't know that you could request information abou...
- Wed May 25, 2005 3:24 pm
- Forum: PHP - Code
- Topic: Uninitialized $_POST variables
- Replies: 6
- Views: 424
Uninitialized $_POST variables
Hello all, I'm new both to this community, to php, and scripting languages in general and I've encountered a situation that I'm sure many others have encountered as well, but I've yet to find any information that addesses it. If this is something that has been posted elsewhere and I've missed it, pl...