Re: post into hash table
From: Gunnar Hjalmarsson (noreply_at_gunnar.cc)
Date: 11/27/04
- Next message: Mortgageloan2004: "Email script separates words with + instead of a space"
- Previous message: John W. Krahn: "Re: counting words in a file"
- In reply to: John Bokma: "Re: post into hash table"
- Next in thread: Gunnar Hjalmarsson: "Re: post into hash table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 27 Nov 2004 07:25:50 +0100
John Bokma wrote:
> Gunnar Hjalmarsson wrote:
>> Bob Walton wrote:
>>> Bremse wrote:
>>>> I'm trying to put values (from form) posted by post method into
>>>> hash
>>>
>>> One possibility: The query string could use the ; character to
>>> separate key-value pairs rather than the & character (either is
>>> permitted and possibly generated by a web server).
>>
>> The query string is probably empty, since it's a form submission
>> via the POST method, and forms always use & as the separator.
>
> Sometimes I call POST forms using GET, sometimes I use a script.
> Don't rely on what you think is on your page.
My point is that splitting on & only can't be causing the OPs problem.
-- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl
- Next message: Mortgageloan2004: "Email script separates words with + instead of a space"
- Previous message: John W. Krahn: "Re: counting words in a file"
- In reply to: John Bokma: "Re: post into hash table"
- Next in thread: Gunnar Hjalmarsson: "Re: post into hash table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|