tags:

views:

43

answers:

2

how to make a login form in php. I just need to validate a user stored in the database. Please, I don't have any idea on how to make it.

+1  A: 

Use a search engine to locate a tutorial like: http://www.phpeasystep.com/workshopview.php?id=6 or hire a freelancer.com to do it for you, probably there will be more than just a login, that user will have to do something on your site, and that will be programmer's job, where you might lack.

Pentium10
thanks, this is what a beginner needs, thanks a lot.
thank you for the support, if you like it accept it as answer
Pentium10
A: 

Google can give you ideas: Basic User Authentication

Felix Kling