Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
plz help me with multiple textboxes in php
#2
Remove the numbers from the arrays (I don't know if that would stop it working but I personally don't put it in. Then you'd do this:

PHP Code:
foreach($_POST['txtName'] as $key => $val)
{
    
//each iteration of the loop would deal with each 'txtName' field


See how that works.
MyBB Support Team Lead
Reply


Messages In This Thread
RE: plz help me with multiple textboxes in php - by MattR - 12-10-2009, 11:12 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PHP Framework List: An Ultimate Guide to 102 PHP Frameworks for Web Developers tk-hassan 0 941 07-27-2020, 11:26 PM
Last Post: tk-hassan
  PHP Video Tutorials (PHP For Beginners) Eleqtriq 4 3,667 10-10-2011, 01:00 PM
Last Post: Greyersting

Forum Jump:


Users browsing this thread: 1 Guest(s)