lifeson2112 Posted April 27, 2007 Share Posted April 27, 2007 Is there a php function that will return the url of every page I have in my domain? I am creating a sitemap to send to google and I really don't want to have to copy and paste 500+ urls. Link to comment https://forums.phpfreaks.com/topic/48862-question/ Share on other sites More sharing options...
lifeson2112 Posted April 27, 2007 Author Share Posted April 27, 2007 bump Link to comment https://forums.phpfreaks.com/topic/48862-question/#findComment-239489 Share on other sites More sharing options...
AndyB Posted April 27, 2007 Share Posted April 27, 2007 Check the manual for dir(). You'll probably find a recursive script that can do what you want .. at least generate an array which you can then process to produce a list of URLs. Link to comment https://forums.phpfreaks.com/topic/48862-question/#findComment-239499 Share on other sites More sharing options...
boo_lolly Posted April 27, 2007 Share Posted April 27, 2007 this would be useful for a sitemap. Link to comment https://forums.phpfreaks.com/topic/48862-question/#findComment-239558 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.