Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

(Ovid - why your CGI code is broken) Re(2): "Action" variables and form data

by Ovid (Cardinal)
on Apr 10, 2001 at 11:44 UTC ( [id://71279]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <FORM METHOD=POST ACTION="http://CanadaAllergy.com/~canadaal/cgi-bin/s
    +hopcart.pl?action=additem">
    
  2. or download this
    my $query_srting = $ENV{QUERY_STRING};
    my ( $query, $action ) = split /=/, $query_string;
    
  3. or download this
    <form method="post" action="http://someserver.com/index.cgi?action=add
    +item&id=12345">
    <form method="post" action="http://someserver.com/index.cgi?action=add
    +item&action=checkout">
    <form method="post" action="http://someserver.com/index.cgi?action=pro
    +cess r%E9sum%E9">
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://71279]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-03-29 10:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found