Forum Moderators: coopster

Message Too Old, No Replies

Auto loading//calling images into table

php script to load image

         

shaundunne

5:00 pm on Jan 8, 2008 (gmt 0)

10+ Year Member



How would i go about auto loading images in table cell's.

If i have a 4x8 table structure and wanted user input to affect which of 3 chosen images would load into each cell, what's the best way to do this?

coopster

6:32 pm on Jan 8, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



User input is received either by the user clicking a link with selections embedded in the link as a GET request
http://www.example.com/image1=dog&image2=cat&image3=rat

or you can set up an HTML <form> and receive input from the user.