Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
wht is diff between GET and POST ?
Old 01-10-2008, 01:34 AM wht is diff between GET and POST ?
Novice Talker

Posts: 5
Name: Suresh Chander
Location: India
Trades: 0
Hi i want to know the real difference between GET and POST fucntion of ASP.
Suresh Chander is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-10-2008, 01:43 AM Re: wht is diff between GET and POST ?
Experienced Talker

Posts: 33
Name: Ravi B
Location: Mauritius
Trades: 0
I'm a php developer but the concept of get and post remains the same for any scripting language.

when you do a POST, the variables passed are hidden but with GET method, the variables passed are visible in the url
eg
if you had a form like below
<form action="action.php" method="get">
<input type="text" name="id" value="">
<input type="submit">
</form>


so when you click on submit, your browser will send the variables to the file action.php, and the url will appear as such
http://yourdomain.com/action.php?id=something

but when you do a POST, you will not see the variables

hope this helps
__________________
Ravi
ravisatan is offline
Reply With Quote
View Public Profile
 
Old 01-10-2008, 01:55 AM Re: wht is diff between GET and POST ?
Experienced Talker

Posts: 32
Trades: 0
Yeah, the principles are the same with all programming languages as far as I know.
__________________

Please login or register to view this content. Registration is FREE
- Free Online Website Directory - NO Backlinks!
ecuffo is offline
Reply With Quote
View Public Profile Visit ecuffo's homepage!
 
Reply     « Reply to wht is diff between GET and POST ?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.97359 seconds with 12 queries