mitcho Posted May 13, 2006 Share Posted May 13, 2006 Hi everyone.i have created a latest news page here [a href=\"http://www.mitchellpage.com.au/latest_news.html\" target=\"_blank\"]http://www.mitchellpage.com.au/latest_news.html[/a]this is not stored in a database, i manually update this page. i would like to put a php script within my homepage that extracts the html from this page but only shows the first 3 of these news stores. i guess it would need to count the number of BR's on the page or something.does anyone know a simple script of php that will do this?thanks guys! Link to comment https://forums.phpfreaks.com/topic/9580-extract-and-display-some-html/ Share on other sites More sharing options...
.josh Posted May 13, 2006 Share Posted May 13, 2006 look into preg_match()and i suggest you put some kind of special marker of some kind at the beginning and maybe even at the end of each piece of news, as it would make it a lot easier for you to use preg_match Link to comment https://forums.phpfreaks.com/topic/9580-extract-and-display-some-html/#findComment-35404 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.