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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

request URI Question 1

Status
Not open for further replies.

ryancomps

Programmer
Jan 17, 2003
18
0
0
IE
Quick question and should be easy to answer.

Suppose I am calling a cgi script (e.g. test.cgi) using the GET method. I want to pass it a string and an array

$string = "hello";
@names = ("mike","fred");

I know to send the string I use

test.cgi?string=$string

but how do i send the names.... i.e. how do I send and array?

Thanks in advance

Ryan
 
I just answered a similar question..

Look here

thread219-480389
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top