Re: posting an array
- From: Gunnar Hjalmarsson <noreply@xxxxxxxxx>
- Date: Sun, 24 Jul 2005 11:59:30 +0200
Mark D Smith wrote:
Gunnar Hjalmarsson wrote:
what you post via a form control is a string, not a list.
what i don't get is the in the first script i am building the array with
push (@accounts, $Euser); in a while loop so i thought this would build an array
How you build the array is irrelevant.
which i could then pass.
You don't post a variable via a form control. *You post a string.*
I suggest that you read up on the basics about CGI to straight out a few misconceptions. http://www.cgi.resourceindex.com/Documentation/CGI_Tutorials/
-- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl .
- References:
- posting an array
- From: Mark D Smith
- Re: posting an array
- From: Gunnar Hjalmarsson
- Re: posting an array
- From: Mark D Smith
- posting an array
- Prev by Date: Re: further explanation re: FAQ 4.41 How can I remove duplicate elements from a list or array?
- Next by Date: FAQ 3.19 How can I make my CGI script more efficient?
- Previous by thread: Re: posting an array
- Next by thread: Re: posting an array
- Index(es):
Relevant Pages
|