Re: post into hash table
From: Gunnar Hjalmarsson (noreply_at_gunnar.cc)
Date: 11/26/04
- Next message: Gunnar Hjalmarsson: "Re: post into hash table"
- Previous message: Scott Bryce: "Re: recursive bruteforce ASCII range"
- In reply to: Bob Walton: "Re: post into hash table"
- Next in thread: John Bokma: "Re: post into hash table"
- Reply: John Bokma: "Re: post into hash table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 26 Nov 2004 20:55:03 +0100
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.
> Another possibility: Maybe the query string returned has empty values
----------------------------------^^^^^^^^^^^^
-- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl
- Next message: Gunnar Hjalmarsson: "Re: post into hash table"
- Previous message: Scott Bryce: "Re: recursive bruteforce ASCII range"
- In reply to: Bob Walton: "Re: post into hash table"
- Next in thread: John Bokma: "Re: post into hash table"
- Reply: John Bokma: "Re: post into hash table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|