Thread
:
php/htaccess display url/domain name help needed.
View Single Post
06-08-2007, 10:36 AM
acctman
Confirmed User
Join Date: Oct 2003
Location: Atlanta
Posts: 2,840
modified a bit
PHP Code:
<?php
$hname
=
$_SERVER
[
'SERVER_NAME'
];
$hname
=
str_replace
(
'www.'
,
''
,
$hname
);
echo
$hname
;
?>
setting up domain forsale pages with ads on them
acctman
View Public Profile
Find More Posts by acctman