Results 1 to 2 of 2

Thread: Php Help Needed

  1. #1
    VBSpike
    Guest

    Php Help Needed

    I have an array of textboxes on a page (inside a form) and I used method="post" action="whatever.php" to submit the data to the php file. The problem is that the values from the textboxes don't get send. I know how to submit an individual TB (or many TBs with unique names), but I don't know how to submit an array of TB's (I would use unique names, but that would mess up my javascript code I use on that page - so my only option is to use array of textboxes.).

    Thanks for help (again).

    Spike

  2. #2
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    What code are you using to try and retrieve the values?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width