By mkjones on
Hey, I just used the wordpress>drupal tool to convert my site. It worked really well :-)
One of the reasons I moved to Drupal is because of its excelent HTML stripping tools.
Now, when the data in my database is parsed to the client all the tags I don't want , etc are stripped out yet they STILL remain in the database?
Is there anyway I can run a query on my data tables to get rid of all the HTML tags from wordpress (img, font, etc)?
Comments
strip_tags() will do job for
strip_tags() will do job for you
Ok, how would I set it to
Ok, how would I set it to query my database?