i need 2 to how to put my news on my home page. i no theres but a script but which 1?
Printable View
i need 2 to how to put my news on my home page. i no theres but a script but which 1?
<iframe src="/cutenews/show_news.php"
width="580" height="518" frameborder="0" scrolling=yes name="iframe">
and place it where u want the news 2 show...
that for a iframe if u want it just on the page use this:
<?PHP
include("path/to/show_news.php");
?>
but make sure the page u put the code in has a .php extenstion
Or... If your Using Iframes like it to http://YOURDOMAIN.com/cutenews/show_news.php
does it matter if i've gt a html template? and editing it on a html editor? and i aint using frames
then you will have to use the
<?
include ('news/path/show_news.php');
?>
there no other way sorry its that or iframe..
incluing its realy the proper way, as u can select catgorys, put it in to the cat;ly layout etc, select news per page and so on. far more effective than just ifraiming the show_news.php .
All of this is in the readme, which for some reason nobody ever seems to look at :/
Hmmm yes :/
Quick note to say if you put the php code into your webpage you will need to save it as news.php not news.html
it still don ork. pm me if u'll do it 4 me. i cant. ill give u ma user & pass. but i need it dun
<iframe src="http://www.Your URL/cutenews/show_news.php"
width="580" height="518" frameborder="0" scrolling=yes name="iframe">
Just insert That I Dont Use Iframes And It Still Works ;)