Hello,

need some help. i need to take an HTML file that is written by a user in a
very bad format, for instance:

    <font class="sometihng" style="....">Hi!</font>

and get the following:

    <font>Hi!</font>


i tried to look at "strip_tags" but then it only returns me:


    Hi!


thanks in advance/erick



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.230 / Virus Database: 111 - Release Date: 25-Jan-01



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to