RE: [PHP] $_POST index issues

2003-02-10 Thread James G Puckett
This indeed was the problem. Case closed. Thanks for the help. James G Puckett ECG, Inc. > -Original Message- > From: Ernest E Vogelsinger [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 10, 2003 10:55 AM > To: James G Puckett > Cc: [EMAIL PROTECTED] > Subject

Re: [PHP] $_POST index issues

2003-02-10 Thread Ernest E Vogelsinger
At 16:47 10.02.2003, James G Puckett spoke out and said: [snip] > echo "\n"; > $query = "select username, active, password, clec_id from users >where USERNAME=\"$_POST['username_given']\""; [snip] I'm not

[PHP] $_POST index issues

2003-02-10 Thread James G Puckett
I have run into a problem with some of my code surrounding $_POST. Below are excepts: Sending PHP script (login.php) Username Password Receiving script (verify_login.php) foreach ($_POST as $key => $value ) {