Thread: php question
View Single Post
Old 07-27-2009, 05:33 AM  
daniel_webcams
Confirmed User
 
daniel_webcams's Avatar
 
Industry Role:
Join Date: Nov 2008
Posts: 2,491
Quote:
Originally Posted by FlexxAeon View Post
where is it pulling 'somesitename' from? from the url it's located at?

Code:
<? $somesitename = $_SERVER['SERVER_NAME']; 
$somesitename = str_replace( 'www.', '', $somesitename);
$somesitename = str_replace( '.com', '', $somesitename);
print $somesitename;
?>
__________________
Daniel,

Skype: [email protected]
ICQ: 354-220-339
Email: daniel@adultforce[dot]com


daniel_webcams is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook