Adventure Game Studio

Community => General Discussion => Topic started by: Erica McLane on Sat 19/04/2003 08:45:27

Title: Need PHP help (again)
Post by: Erica McLane on Sat 19/04/2003 08:45:27
After I have these drop-down style listboxes I want their content to be written in a mysql table, then the script should return the ID of the written data, this should be different for every user. How can I do this?
Title: Re:Need PHP help (again)
Post by: Erica McLane on Sun 20/04/2003 07:51:17
Anyone?
I`m doing this to bring this topic to the top.
Title: Re:Need PHP help (again)
Post by: Spyros on Sun 20/04/2003 13:50:13
Maybe noone understands what you want to do.
Me too.
Title: Re:Need PHP help (again)
Post by: Erica McLane on Mon 21/04/2003 13:16:27
OK.
I want to write the selection from two listboxes to a MySQL table and then the script should return the ID of the added data. (I have the ID set)
Title: Re:Need PHP help (again)
Post by: n3tgraph on Tue 22/04/2003 14:26:24
Hey Erica... no offence here...

But this is very basic php/mysql.
You could probably ask this on a php forum somewhere. But have you ever tried buying a php/mysql bible / book?

Because I did, and it tought me a lot. You also could follow tutorials on the net.

oh btw... try using the INSERT INTO mysql query
Title: Re:Need PHP help (again)
Post by: Spyros on Tue 22/04/2003 21:02:50
check http://www.phpfreaks.org
it has a lot of tutorials/manuals