Skip to main content

Fetching an URL :

Just make a variable as given below and that's it.

$our_url ='http'.((!empty($_SERVER['HTTPS']))?'s':'').'://'.$_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF'];

Comments

Popular posts from this blog