Fillin (hover over or click) the blanks to learn about GET, or create your own lines

+ The user could bookmark GET requests(say a search result)
+ to execute a url from the server using PHP as an alternative to Curl, can use exec(wget $url) or fopen($url, "r") or file_get_contents($url);


A Lefkon Development