Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getting value of list

Status
Not open for further replies.

prog1111

Programmer
Feb 12, 2003
2
BE
How can I get the value of a list in an other page.
I know you can get the value of an input type text with request.form("")
 
what are you referring to as a "list"?
a select box?

you request form values exactely the same no matter what the type value is. the only difference in some are radio's/checkbox's that are grouped get comma delimitors that need to be split on.

_________________________________________________________
$str = "sleep is good for you. sleep gives you the energy you need to function";
$Nstr = ereg_replace("sleep","coffee",$str); echo $Nstr;

onpnt2.gif
[/sub]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top