Is it possible to remove all occurrences of stuff between < and > in a Mysql database? As you can guess I need this to strip html coding from the database. strip_tags doesn't do the job for me by the way.
Turbo
MichaelBluejay
6:32 am on Jan 15, 2006 (gmt 0)
Well then, perhaps you need to explain why strip_tags is insufficient for the job?