WebOops blog describes about latest technologies on web and gives more idea about doing web programmings and designs as well. Here It covers and shares all web based programming ideas with practical approach.
Sunday, 31 March 2013
How to get full url link in PHP?
$_SERVER['HTTP_HOST'] = This will return server name from the URL.
$_SERVER['REQUEST_URI'] = This will return the full path of your directory.
No comments:
Post a Comment