scbookz Posted July 27, 2009 Share Posted July 27, 2009 i need a php program that will grab a html tag from one of my pages and then post it on another page any ideas i need to use php for this my server is php mysql and apache2 thanks Link to comment https://forums.phpfreaks.com/topic/167656-php-script-to-grab-a-html-tag-contents-and-post-it-on-my-web-page/ Share on other sites More sharing options...
vineld Posted July 27, 2009 Share Posted July 27, 2009 Look into preg_match or preg_match_all. Link to comment https://forums.phpfreaks.com/topic/167656-php-script-to-grab-a-html-tag-contents-and-post-it-on-my-web-page/#findComment-884168 Share on other sites More sharing options...
scbookz Posted July 27, 2009 Author Share Posted July 27, 2009 thanks for answer but i am not a programmer i tried includes and fget and all kinds of stuff to no avail seems like that is the right track but still foreign to me i just want to grab a <title tag> excluding a small part of the title Link to comment https://forums.phpfreaks.com/topic/167656-php-script-to-grab-a-html-tag-contents-and-post-it-on-my-web-page/#findComment-884278 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.