NEWBIE -

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
portech
Forum Newbie
Posts: 2
Joined: Wed Sep 10, 2008 6:55 am

NEWBIE -

Post by portech »

Can someone help me with the folloing issue

I have web page which displays a number of Images dynamically i.e. dependant on a database table.
These Images are in a sense buttons.

I need to be able to assign a unique id's to the Images so when the user clicks one of the Images the next page can capture this ID and hence determine which image has been clicked and then take an appropriate action.

can some one post a some sample code for this.

Many Thanks
TIA
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: NEWBIE -

Post by onion2k »

Moved to PHP - Code. General Discussion is not for programming questions.
portech
Forum Newbie
Posts: 2
Joined: Wed Sep 10, 2008 6:55 am

Re: NEWBIE -

Post by portech »

OOPS Sorry :oops:
Post Reply