New to NuSphere - register_globals is off by default |
Guru master
|
What you are doing in your DEBUG print is printing out the $entered_id and $entered_password variables.
Unless you have assigned $_POST['entered_id'] and $_POST ['entered_password'] to them between the two pieces of code you pasted, they will be pretty much be unknown in the more recent versions of PHP, since those variables get created only if you have 'register_globals' enabled. This is disabled by default in the latest versions (from 4.something on and up) due to the fact that it's a serious security issue. |
||||||||||||
|
New to NuSphere - register_globals is off by default |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by