Jump to content

pisean282311

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

pisean282311's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hi!! well suppose i hv text box by name of quantity which is iterated 10 times using an array. <?php for($i=0;$i<10;$i++){ print("<input type=\"text\" name=\"quantity\" "); } ?> now this text will have ten differnet values.how would i be able to get these values.in jsp there is method by name of getParameterValues("") which returns array.do we have something similar in php? kindly help.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.