PHP Lesson 8: send and receive data – $_GET and $_POST
If you want to transfer values in PHP from one page to the next, you often have to resort to the two special variables $ _GET and $ _POST. For example, you want to transfer the user input of a form to your script, check it and save it. The transfer of these user inputs takes place either by means of $ _GET or $ _POST. [...]
Read More
Recent Comments