MyBB Community Forums

Full Version: How to use regex in php?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to use regex to remove the tags in the html data that i have just scrap. i am able to use simple html dom to remove the tags but when come to normal dom with regex, i am not able to remove the tags. The tags <table>, <span>, <td>, <tr> and also the images in the html form.