Okay. When a user clicks on an image, I want PHP to be able to identify the ID/name of that image depending which name/ID I gave it. Then, I want PHP to insert the image ID/name into a certain spot in a MySQL table for only a certain username. To get the username listed in the MySQL table, it should analyze the cookie containing the username, then match it to a username in the database, and insert it into a certain spot, depending which spot is available. As I stated before, it should be sorta like an online shopping cart.
/The name/id thing in the image I was talking about :
"<img src='...' width=123 height=456 name=object id=object>"
I'm not so good with PHP programming. I am trying to learn as I go, so that I don't have to keep coming here so often, and spamming the place up.
Post edited at 8:05 pm on Mar. 21, 2008 by xXDarkened ShAdowsXx