okay guys! i have a question.
my website is http://www.dangmn.net and i am currently using an Iframe for my blog, i want to know if there is a way to make my blog display without using the Iframe!
i even tryed copying and paste the code below into the <body> </body> section of my html but it still doesnt work.
<? $tpath = "/home/dangmnne/public_html/dn/news/"; include($tpath . "news.php"); ?>
did i do something wrong??
How to make this page display!
Moderator: General Moderators
Re: How to make this page display!
The code which outputs:
Would need to be changed to output the data in news.php.
Code: Select all
<td><p align="center"><IFRAME SRC="http://www.dangmn.net/dn/news/news.php" WIDTH=545 HEIGHT=768 FRAMEBORDER=0 SCROLLING=auto></IFRAME></p></td>