I have been working in flash for a while now and want something new to learn, so I am checking out all this Sql and PHP, Stuff… So, just a Quick Question… For some reason, when I get to the third step of the tutorial, The Mysql, I get lost as to what am I suppose to do with the script that is provided in the tutorial… Right now I have downloaded the files as is, and uploaded them to my server. So, I have not changed any of the script… Is there Something in the script that I need to change… If someone could help me, that would be great. thanks…
Step three deals with creating the table in your mySQL database where your data (in this case login and password) is stored.
There are actually several different ways to do this. You can use the script provided, or my server comes with a utility called phpMyAdmin which is graphical approach to dealing with mySQL databases, tables, and data. You might want to look around and see you have this utitlity. It is much easier to use.