Search tutorials
Ultra Simple PHP Flash Login
The swf above is fully operational so give it a go.
The Database
You will need access to a mySQL database and some knowledge of setting up your tables. The code for this table isCREATE TABLE users (ID MEDIUMINT NOT NULL AUTO_INCREMENT PRIMARY KEY, username VARCHAR(60), password VARCHAR(60))
This simply creates a table called "users"with two columns, one for usernames the other for passwords.
» Level Intermediate |
Added: 2007-02-03 Rating: 7.43 Votes: 23 |
» Author |
Cycling, snowboarding, flash creator extraordinaire. |
» Download |
Download the files used in this tutorial. |
Download (21 kb) |
» Forums |
More help? Search our boards for quick answers! |