• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

PHP in Blogger?

p|nK^bEe

New Member
I don't know if I am posting in the right board...but I just want to know how can I publish my entries from Blogger in .php?
 
Blogger by default publish blog entries in .html. However, all pages in my site are in .php, so I can't get Blogger to publish my entries.
 
add this:

index.php

and in that file wirte this:

<?
include('filename.html');
?>

Change filename for your index file name or ur site

Give that a go!
 
webadpro said:
add this:

index.php

and in that file wirte this:

<?
include('filename.html');
?>

Change filename for your index file name or ur site

Give that a go!

Hm, pretty confused here. So I currently have my index page as index.php, so I'll have to add <? include('blogpage.php'); ?>? Or should the page be in HTML?
 
Back
Top