Thursday, 17 Apr 2008

PHP: GET, POST & COOKIE

There are three ways of moving data between web pages using PHP:

  • Web links and URLs use the GET function.
  • Forms use the POST function.
  • Cookies use the COOKIE function.

Leave a Reply