Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: CGI not catching parameters?

by sfink (Deacon)
on Aug 17, 2007 at 03:52 UTC ( [id://633216]=note: print w/replies, xml ) Need Help??


in reply to CGI not catching parameters?

You are mixing URL parameters and POST parameters. That's a little funky, though common. See the section of the CGI.pm documentation titled "MIXING POST AND URL PARAMETERS". The short answer is that you'll have to get your 'dataname' via url_param() instead of the usual param().

Replies are listed 'Best First'.
Re^2: CGI not catching parameters?
by hallikpapa (Scribe) on Aug 17, 2007 at 04:46 UTC
    You sir, have relieved so much pressure off my neck...thank you

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-04-19 09:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found