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’m trying in insert several details into my database using a form populated from a loop however at the moment if I run the code below I obviously will get several forms out putting to the browser when in effect I only want the entire form detail but only one textarea and submit button showing. Can anyone advise me as to what is the best way to approach this?
Thank you
Yeah I had tried that but it just adds the last item in the loop to the database and ignores all the other entries. I'll keep at it and see if I can come up with something else.
Thanks