PHP Get URL: Download HTML Pages or Get the Page URL in PHP
This article contains information on two things: How to get your script’s URL in PHP How to download and save an HTML file in PHP 1. Get Your Script’s URL in PHP Getting the URL of your own PHP script … Continue reading
PHP Get and Post: Getting URL Parameters and Form Data in PHP
There are two ways to submit data directly to a CGI program: GET and POST. GET data consists of parameters specified in the URL. HTML forms submit data like this when the “get” method is specified in the form. POST … Continue reading