PDA

View Full Version : PHP table/log in help



TheMonopolyGuy
September 4th, 2005, 04:22 AM
Hey guys could someone help me setup a php table and a login system that will be suitable for a football management game?
any helps apreciated.

some thing like this:
http://www.kirupa.com/developer/actionscript/authentication.htm

but without the flash.

pbrollwitme
September 6th, 2005, 03:24 PM
you can still use the php from that tutorial with a few modifications. Have an html with a form on it with the variable names used in the php. Pass the variables to the php with a submit button, and have the php get a user page if checklog==1 or have it echo, invalid username or password if checklog!=1. Something like that what you're looking for??