I am trying to read a html file which is a plain page with nothing but and tags in it. I’m using a function to return what is between each tag . . I can echo this to the page fine, but when I try to insert into the database the information is scattered. Any recommendations?
Share
Don’t know what you mean, but may be functions like htmlspecialchars() and/or htmlentities() will help.