BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan

BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan (http://bzupages.com/index.php)
-   Web Development (http://bzupages.com/forumdisplay.php?f=7)
-   -   Get and Post Method (on friend Request) (http://bzupages.com/showthread.php?t=175)

BSIT07-01 07-01-2008 08:13 PM

Get and Post Method (on friend Request)
 
Get
  • This is default method.
  • This is not secure method,because the input is appended to the url specified by the action attribute.
  • By this method limited data can be passed by the server.
  • This cause problem with foriegn langauges.
  • This is easy to deal with and gives best performance.
  • When Information is attached to the url then some symbols are added which have specific meanings..
A: %nn ---> for special characters,nn for hexadecimal ASCII code for characters.
B: & ---> To seperate form field
C: + ---> To replace space.
D: ? ---> To seperate the URL from form information.
-----------------------------------
POST
  • This method transfer data using HTTP post transaction.
  • This approach is more secure.
  • Is normally used in conditions when large amount of data is passed,as this imposes no data size limitation
  • Sends all data/input of form as data stream immediatly after the requested URL.


All times are GMT +5. The time now is 07:44 AM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.