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

Linuk’s picture

strip_tags() will do job for you

mkjones’s picture

Ok, how would I set it to query my database?