Ndogg
01-24-2010, 12:33 AM
in a simple $_get from a form, how would I do something like this that works:
$_GET["Question0+($txt)"]
The name of the form field(s) is Question0# and there will be alot so im using variables that increase inbetween each question so that I dont have to change it myself.
$_GET["Question0+($txt)"]
The name of the form field(s) is Question0# and there will be alot so im using variables that increase inbetween each question so that I dont have to change it myself.