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!
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: