I need a script which will put links of related pages(internal links) at the end of the page. e.g. on page apple.html I need links of other related pages like:- apple_pudding.html, apple_recipes.html !!!!!Please help!!!!
Use preg_match( ) and grab all relative paths as those are internal links. If you have absolute path in those links, try to grab it if it's equal to your website's URL as well