Hi. I have a system where a user fills out some information. There can be multiple answers, so I've made a script that adds a new text box if you click a button. My problem is, I don't know how to process it in PHP. The script will create a new textbox with the name/id "email_" and then an id (1, 2, etc). So I don't know how to get the $_POST values for all of them.

Any suggestions?

Thanks

Recommended Answers

All 4 Replies

Thanks! I'll check it out

Thanks! It works!

Great, bye!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.