Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP/MYSQL User Authentication/display

Status
Not open for further replies.

Rhyan

Programmer
Jul 4, 2000
33
US
I am creating a private community made up of various forms which do varying things. For example:<br><br>A form where a person can go and enter Tournament Wins like<br>1st or 2nd Place, Tournament Name,Tournament Room Name, Date, Time.<br><br>I have a form that allows people to Register for the private Community I'm creating and I have a table in mysql database that houses their user names and passwords.<br><br>But, my question is how can I have them First, log in to the community one time. Then, when they submit different forms with information like tournament wins, have the results go into a table with their username automatically entered so when I write a script to display entries, it shows up with the information and who submitted it. The purpose of this is to see who submits what so that people cannot add information to the database anonymously.<br><br>I think I need to use Cookies and User Authentication system, but i'm not having luck. I've read articles at Bignosebird,webdev,evilwalrus etc with no luck. <br><br>Thanks for any help <br>Rhyan<br><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top