get and post
Posted: 1月 30th, 2007 | Author: focajun | Filed under: html, php | No Comments »1.get
send link data ( typically search data) to WEB server
php:
send url with “get data” like “test.php?id=11″ .
2.post
form data .it also send picture data .
case of PHP :
script must be started with “extract($_POST)” to extract.
script must be started with “extract($_GET)” to extract.

Leave a Reply