• Google
  • Find
  • Other Pages
  • Meta


PHP: GET, POST & COOKIE

Posted on Thursday 17 April 2008

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.
admin @ 4:16 pm
Filed under: Miscellaneous