środa, 14 września 2011

address


 Get the address in php.
<?php
$adres0 =$_SERVER['HTTP_HOST'];
$adres1 =$_SERVER['PHP_SELF'];
echo '0'.$adres0;
echo '1'.$adres1;
?>
view raw gistfile1.aw hosted with ❤ by GitHub

Brak komentarzy:

Prześlij komentarz