Re: Parsing... the hell of PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux