Creating our own sitemap using php mysql and curl
I needed this when I have a list of content that are retrieved by javasript that's why google can only index a bit of my content. So I decided to create my own sitemap.
First create the XML
function sitemap_generate()
{
header('Content-Type: application/xml');
echo