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.
There are three ways of moving data between web pages using PHP: