How To Embed a PHP File into Blogger

Posted by Lasantha Bandara on July 7th, 2009 File Under : gadget, widget7 Comments

If you want to embed a php file into your blog use below code.

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

Note : Remember to replace 'URL.php' with your php file url.

You can change 'width' and 'height' as your choice.

Look at the example below.

CODE :

<object width="400" height="300" type="text/html" data="http://tools.bloggerplugins.org/parser.php"></object>

RESULTS :

File Under : gadget, widget

7 Responses to “How To Embed a PHP File into Blogger”

  1. Reynold Hugh says:

    Thanks for Sharing this Helpful Tip!
    PHP Nuke Templates

  2. Reynold Hugh says:

    Thanks for Sharing This Helpful Tip!
    PHP Nuke Templates

  3. Anonymous says:

    thanx...

  4. AnggaRifandi says:

    Thanks a lot for this tutorial

  5. Dyal says:

    Will it work for blogger too?>

  6. Zainal says:

    Thanks for sharing

  7. Mark says:

    thanks for this tip!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.