Jump to content

Finding strings in HTML code


gerkintrigg

Recommended Posts

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

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).

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.