Run Cron Job to Create PHP File
Posted: Mon Aug 22, 2011 12:53 pm
I want to create a dynamic sitemap.xml file for my site using php. I think the way I will need it to work is that i'll need to have a cron job create the file daily by pulling in the new urls from mysql. Any recommendation on how to go about doing this?
Update: I'm going to try this proposed solution instead. http://www.seopher.com/articles/writing ... sing_fopen
Update: I'm going to try this proposed solution instead. http://www.seopher.com/articles/writing ... sing_fopen