Re: post into hash table

From: John Bokma (postmaster_at_castleamber.com)
Date: 11/27/04


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
                        


Relevant Pages

  • Re: post into hash table
    ... >> The query string is probably empty, since it's a form submission ... Gunnar Hjalmarsson ...
    (comp.lang.perl.misc)
  • Re: isset(), empty(), $_GET and $_POST problem
    ... > Yet when I fill out those form fields and submit, ... > the form with my tracing errors stating that those fields are empty. ... > it uses the POST method, so what could be adding that GET variable? ...
    (comp.lang.php)
  • Re: Removing Items From QueryString
    ... A PostBack is simply an HTTP Request using the POST method, ... The Query String is still read-only. ... It does make sense QueryString be readonly. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Passing value for a GET Method
    ... As like we pass value for POST method ... use strict; ... use warnings; ... When am passing the value through the Query String it is working ...
    (perl.beginners)
  • Re: Trying to make a simple book catalog
    ... Richard wrote: ... catalogrecord.php script. ... When the POST method is used, the parameters are not passed in the link as part of the query string; rather they are passed by the browser out of sight of the user. ...
    (comp.lang.php)