Hello Mário,

Wednesday, March 30, 2005, 2:51:02 PM, you wrote:

MG> Here is my last (of many) attempt:
MG> $url = "<a href =\".$url."\">.HtmlEntities($url)."\">".</a>";

$url = "<a href=\"$url\">" . htmlentities($url) . '</a>';

Best regards,

Richard Davey
-- 
 http://www.launchcode.co.uk - PHP Development Services
 "I do not fear computers. I fear the lack of them." - Isaac Asimov

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

Reply via email to