Thread
:
Quick PHP question
View Single Post
04-03-2003, 02:29 PM
vending_machine
Confirmed User
Join Date: Jun 2002
Location: Seattle
Posts: 1,062
<?PHP
$path="/home/httpd/html/somedomain.com/public_html";
print( preg_replace( ".*", "http://www.somedomain.com", $path ) );
?>
vending_machine
View Public Profile
Find More Posts by vending_machine