[PHP] Create login procedure...

2002-09-24 Thread Christian Ista
Hello, I change the procedure to create an account for users. For the moment, the user (to create and log in), have to create an account with e-mail + password. I'd like to create a procedure to check the e-mail (login) validity. But I'd like to check if the e-mail used exist or not. The

Re: [PHP] Create login procedure...

2002-09-24 Thread Justin French
on 24/09/02 7:20 PM, Christian Ista ([EMAIL PROTECTED]) wrote: Hello, I change the procedure to create an account for users. For the moment, the user (to create and log in), have to create an account with e-mail + password. I'd like to create a procedure to check the e-mail (login)

Re: [PHP] Create login procedure...

2002-09-24 Thread Marek Kilimajer
Christian Ista wrote: Hello, I change the procedure to create an account for users. For the moment, the user (to create and log in), have to create an account with e-mail + password. I'd like to create a procedure to check the e-mail (login) validity. But I'd like to check if the e-mail