Posted by Dmitry Lukashin on 06/07/05 17:37
I think you can just do that. :-)
1. Get variables from HTML form
2. Escape quotes in these variables
3. Connect to MySQL server
4. Select data matching to this variables from users' table
5. Set cookies (session or just login, hashed pass)
On 2005-06-05, Alessio Marmugi <a_marmugi@virgilio.it> wrote:
> hello excuse me for my bad english. my problem is this: i need to build a
> page for the login, if an user is already registered need only to insert
> user name and password, otherwise the user will register himself. i want to
> do this with a php page connected to a mysql server. i have never progrommed
> in php heretofore. i need help. what can i do?
>
>
[Back to original message]
|