aloy789 Posted May 2, 2008 Share Posted May 2, 2008 Hi everybody, I am getting results on properties listings from a website(estate agent site) and displaying them on my web interface. I provide users with an advanced search engine which has a number of search criteria. I need to match values set in the search with descriptions of properties that I get from the site. Properties descriptions are enclosed within html tags. What would be the best method to perfrom matching? Would be grateful fi somebody can help with any ideas. Link to comment https://forums.phpfreaks.com/topic/103883-match-keywordsvaluse-in-html-tags/ Share on other sites More sharing options...
discomatt Posted May 2, 2008 Share Posted May 2, 2008 Regular expressions Link to comment https://forums.phpfreaks.com/topic/103883-match-keywordsvaluse-in-html-tags/#findComment-531787 Share on other sites More sharing options...
Rohan Shenoy Posted May 2, 2008 Share Posted May 2, 2008 Try using strip_tags so that HTML tags don't come in your way. Link to comment https://forums.phpfreaks.com/topic/103883-match-keywordsvaluse-in-html-tags/#findComment-531804 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.