Hi guys, i am new to php need help.....

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
designerspot9
Forum Newbie
Posts: 1
Joined: Fri Mar 30, 2007 2:19 am
Contact:

Hi guys, i am new to php need help.....

Post by designerspot9 »

hi friends,
i want to create simple php login form but not able to create when i searched for script there r heavy scripts, can any one helps me in creating simple php form??

ADVANCE THANKS!!
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

User authentication is not a simple concept.

Maybe you'd be best served by using something like Drupal?
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Simple login forms are part of almost any half decent tutorial on PHP. However, if you plan to use it in production, you will certainly need to beef things up. What is your intent for a login script? Do you want to learn how to code one or do you need one for your application?
Post Reply