Here is my issue:
I need to load different information on same frame of my movie depending on which button is pressed on a page. The reason is, so I don't have to make the movie any bigger than it has to be. It's also so that updates to the site are as simple as adding a new player button.
Ok, I'm not worried about filling in the MySql table with Data for now. I can do that manually (for now). How do I set up the button to call information from the database.
Here are the items I need to call from a database into my movie.
Player Name = txt1
player image=txt2 (can I even present an image here?)
member since=txt3
awards=txt4
clanrank =txt5 -Same issue as with player image.
I'll add more information later but if I can learn to pull out this information, I can make the updates later.
The user will click on a button that button will load that specific player's information into the data fields.
----------NOTE --------------
I've already tested Chris' SQL_Menu2 but it doesn't work. I think there's been a change to the syntax. I even had to update the syntax on the .sql file just to insert the information into the database.
But I am still looking into it's code.
------------------------------
