Page 1 of 1

how to get parameter in php

Posted: Sun Apr 12, 2009 7:30 am
by srichandar
Hi all,
In this i have to get all the values from the page(i have attached the screen shot).
In this so many text and combo boxes are there.
for this form i used a for loop
the name will be in thos order combo_skill1,combo_skill2,....combo_skill10
text_skill1,text_skill2....text_skill10
naming convention is like this only..

how can i get that value from the next page.


thanks in advance,
sridhar

Re: how to get parameter in php

Posted: Sun Apr 12, 2009 7:35 am
by Mark Baker
Start by changing your naming convention to use arrays (e.g. combo_skill[] ), it will make things a lot easier for you

Re: how to get parameter in php

Posted: Sun Apr 12, 2009 9:28 am
by dethron
POST, GET, and REQUEST are holy words that you are looking for ;)