I have a php page where the user uploads (through a form) a .htm page which gets included into another page. The problem is the uploaded .htm page has text in it that I want to remove, like <HTML><HEAD><BODY> etc etc.
Is there a way in PHP to remove certain lines of html from a page when it's uploaded? Thanks in advance.
Is there a way in PHP to remove certain lines of html from a page when it's uploaded? Thanks in advance.