Thursday, October 24, 2013

How to embed a PHP file on Blogger

Hello today I'm going to tell you how embed a PHP file on blogger. With embedding a php file you can add php contact forms and php clocks and another php gadgets to your blog.

Now look how to do it.

Step 01 :

 Login to blogger dashboard  and click  on your blog  and click Layout on left side menu bar


Step 02 :

Click on 'Add a Gadget' where you want.


Step 03:


Select 'HTML/Javascript' and add the code given below and click save button.

<object width="400" height="300" type="text/html" data="file-url.php"></object>

Please Note that : You should replace "file-url.php" in data="file-url.php" attribute as your own php file.

0 comments:

Post a Comment