aid

Sunday, 12 April 2015

how to get data from url in php

There are two method to get data directly from url using : GET and POST. GET data consists of parameters specified in the URL. here
we are showing example form get method

<?php echo  $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; ?>

No comments:

Post a Comment