Make blogger support php scripts 4 steps
1. Go to blogger register, choose a random template click start posting. I assume you
already.
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.
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.
example: On blogger supporting php.
- My blog openindexmp3.blogspot.com is fully running php scripts.
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.
.
No comments:
Post a Comment