Friday, May 3, 2013

Make blogger support php scripts - 4steps

Make blogger support php scripts 4 steps

1. Go to blogger register, choose a random template click start posting. I assume you
already.
2. This is the important part! pay attention!
after you choose title and template, you'll go to the edit page. Click on the HTML tab from the two menus ie.(compose | html) . See below.

3. Good, now Copy and paste the following code.

<object align="center" data="http://www.yourwebsite.com/something.php" height="900" type="text/html" width="1280"></object>

4. WAIT!!! you are not ready yet!
  •    replace  www.yourwebsite.com with whatever server you uploaded your webpages.
replace something.php with your whatever your php file name uploaded in your web hosting.

   example: On blogger supporting php.

        The code I used is:
<object align="center" data="http://www.300search.tk.hostinghood.com/index.php" height="700" type="text/html" width="984"></object>
  • www.300search.tk is my websites address. And index.php is my php file uploaded in
some free hosting company(hostinghood.com). Look below.
         


.

c ya.

 





No comments:

Post a Comment