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

Mobile
feeds
Welcome Login | Register

how to add www on a domain name infront of the url
Reply Your Comments:
Click this button if you are interested in replying to this topic and leave your comments
Sent To Friend
CLick this button if you want to send this page to a friend.
Subsribe To Rss Feeds
Subscribe to RSS
CLick this button if you want to subscribe to this RSS Feed. You can use your browsers feeds burners if you have mozilla or internet explorer 7 or higher and keep up with updates.
  Forums Index
      » PHP Forums
        » » how to add www on a domain name infront of the url
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 PHP
Post Tags:
This Post Has Been Viewed 195 Times Since Sat Mar 08, 2008 10:27 am Author tutorial with 0 replies
Next Post »» how to copy file or directory in PHP scripts code copying files directories
how to add www on a domain name infront of the url
Advertise On This Page




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

Share:   Subscribe - Keep Up With This Topic
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites
URL:
To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
Fourms BBCODE:
Links Related to : how to add www on a domain name infront of the url
Add Link:
No Links Have Been Added To This Topic

Comments and replies About how to add www on a domain name infront of the url
(0) Comments