Re: post into hash table
From: John Bokma (postmaster_at_castleamber.com)
Date: 11/27/04
- Next message: tt: "dmake.exe: Error code 255, while making 'test'"
- Previous message: Brian McCauley: "Re: Storing a substitution (similar to qr())"
- In reply to: Gunnar Hjalmarsson: "Re: post into hash table"
- Next in thread: Gunnar Hjalmarsson: "Re: post into hash table"
- Reply: Gunnar Hjalmarsson: "Re: post into hash table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Nov 2004 01:13:17 GMT
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.
-- John Small Perl scripts: http://johnbokma.com/perl/ Perl programmer available: http://castleamber.com/ Happy Customers: http://castleamber.com/testimonials.html
- Next message: tt: "dmake.exe: Error code 255, while making 'test'"
- Previous message: Brian McCauley: "Re: Storing a substitution (similar to qr())"
- In reply to: Gunnar Hjalmarsson: "Re: post into hash table"
- Next in thread: Gunnar Hjalmarsson: "Re: post into hash table"
- Reply: Gunnar Hjalmarsson: "Re: post into hash table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|