$url = str_replace("www.mydomain.com","",$url)

bastien


From: Mohamed Yusuf <[EMAIL PROTECTED]>
To: php-db@lists.php.net
Subject: [PHP-DB] problem of retrieving urls from mysql
Date: Tue, 6 Dec 2005 09:51:18 -0800

I would like to store and retrieve urls, but I have problem which is I get
my url + the other url, Instead I should get another url only

$temp = linkurl;
echo "$temp";

the echo prints something like this
http://www.mydomain.com/www.otherlink.com

so I wan get rid off my url and get only other link, so how can I do that?

thanks in advance

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to