Dynamic Forms and Getting data from them
Posted: Fri Mar 17, 2006 6:46 pm
I have a script that creates several textareas, one per each image that is uploaded in a zip file by a user. What i would like to do is get the text from the text areas and match it with the image and bring that info up later. But my problem is that since i don't know the names or the number of text boxes being generated because its based on the number of images uploaded, how do i capture that info and match it with the image?
Heres a snippet:
Thanks in advance
Heres a snippet:
Code: Select all
<tr><td><img src="<?php echo $image; ?>"></td><textarea></textarea></td></tr>