how to add www on a domain name infront of the url

RegisterLogin
how to add www on a domain name infront of the url
Post Description: how to add www on a domain name infront of the url
Tags: how, to, add, www, on, a, domain, name, infront, of, the, url
This Post Was Posted On Feb 29, 2008 By tutorial #1335
let say you have a script and and you want to know the current domain name but if the hostname is not on the url then add it.

for example, i want to force http://wallpaperama.com to be http://www.wallpaperama.com

i can use this

<?
$domainname = $_SERVER['HTTP_HOST'];
if(!strstr($domainname,'www.')){
$domainname = str_replace('www.','',$string);
}
?>


Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
©2011 Webune Forums - Sat Dec 24, 2011 3:13 pm
Powered by: Webune Forums V3