Hello, I need help w/ creating a php script for a login / password screen…?
by GreenLead
Question by frodeci: Hello, I need help w/ creating a php script for a login / password screen…?
..I am building a website through a yahoo domain. and I did set up a database with mysql and now I’m trying to write php scripts which will allow users to create a login before they can post on my website ie; pictures or comments. I do not understand how the php will direct the login/password information to be stored in mysql database. Is there a website where I can find templates for the scripts? The only other website I see, that I want my website to sorta mimic is craigslist. where people have to join before they can post pics or comments. My website is completely different, I won’t be selling anything just hosting pics and stories for local communtiy activites.
Best answer:
Answer by Colinc
php has total inbuilt mysql functionality, you need to set up the database tables, then use the php commands to insert and update the data.
What do you think? Answer below!