Posted by Danny on 01/10/06 12:55
Hallo, all
I have used this function.
$string = strip_tags($p1,'<i><b><u><br><p><font>');
The problem is that the title will be printed as well, but i dont allow the
title tag.
The intention is that people works from Word .doc domuments and saves the
files as html. then the html file can be inserted in the database.
How to i exclude the <title> tag ?
Thanks
Danny
[Back to original message]
|