gerkintrigg Posted November 12, 2009 Share Posted November 12, 2009 I am trying to use strstr() to find strings in HTML code but can't seem to do it without also picking up the alt tags from pictures and things like that. Can anyone please suggest a way of getting rid of the HTML for the purposes of analysis? I have used striptags() and it's not really reliable enough. Link to comment https://forums.phpfreaks.com/topic/181305-finding-strings-in-html-code/ Share on other sites More sharing options...
mikesta707 Posted November 12, 2009 Share Posted November 12, 2009 if you just want to get rid of html how is striptags not good enough? Link to comment https://forums.phpfreaks.com/topic/181305-finding-strings-in-html-code/#findComment-956445 Share on other sites More sharing options...
gerkintrigg Posted November 13, 2009 Author Share Posted November 13, 2009 Oh, I agree... if I wanted to delete the HTML, that's fine, but I don't want to get rid of the HTML, I want to find words within it, replace them and then output the entire HTML, including the new, replaced words... the only issue is that the HTML tags contains some of the words I am replacing (like the alt tags that copy the header tag of a database record). Link to comment https://forums.phpfreaks.com/topic/181305-finding-strings-in-html-code/#findComment-956539 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.