Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Re: Passing Data between Scripts

by tomhukins (Curate)
on Jan 06, 2004 at 11:25 UTC ( [id://319077]=note: print w/replies, xml ) Need Help??


in reply to Re: Passing Data between Scripts
in thread Passing Data between Scripts

Although query string length limits provide one reason to use POST instead of GET, these two methods also have different meanings. Use GET when the request doesn't change anything (such as a search engine query) and POST when the request has an effect (such as updating a database, sending email). See Methods GET and POST in HTML forms or section 9 of RFC 2616.

If you can't combine your code into one script, you should investigate some kind of session mechanism.

Replies are listed 'Best First'.
Re:^3 Passing Data between Scripts
by cLive ;-) (Prior) on Jan 06, 2004 at 19:11 UTC
    Interesting. Times like this I feel "Internet Old".

    "Eee lad, back int our day, we didn't have no fancy POST method. We lived and breathed GET. We 'ad it tough. Never mind your fancy mp3 uploads. We couldn't even upload JPEG or GIF files. Well, we wouldn't have uploaded GIF files anyway cause of fear of being sued down't drain by Unisys. But we were 'appy. Happy and poor, because we were poor. Lad.

    cLive ;-)

    --

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-25 17:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found