How To Get Domain Name With Php
Post Description:
Post Tags: how, to, get, domain, name, with, php, free php support, php scripts, php questions, php answers, programming, codes, scripts
This Post Has Been Viewed 591 Times Since Tue Mar 04, 2008 8:47 pm Posted By
hostman with 0 replies
Next Post »»
how to get full url current page in php function class snippet
if you want to know how to get the current domain name from your website in php you can do it with the
echo $_SERVER['HTTP_HOST']
this will display the domain name and the hostname like this:
www.wallpaperama.com
Comments and replies About How To Get Domain Name With Php