Re: [PHP-WIN] Sessions help needed!

2003-07-05 Thread Luis Ferro
Security alert: If you don't check the post vars, someone could add after the password something like $password = "343'; drop database;"; If someone sent that in the password field... the database would be droped (permissions could avoid part of the problem, but the vulnerability stands)...

[PHP-WIN] Sessions help needed!

2003-07-05 Thread John Fuller
Hello all, I am new to php in general and am trying to set up a user authentification system with mysql. The registration page works well and sends all of the data to the appropriate table in mysql. However, when I try to get the registered user to log in and start a session, the system w