
Wherever you want the news to show, so if you have your main content box which say is named. <div id="content_middle> <?PHP
\$category = \"1\";
include(\"cutenews/show_news.php\");
?></div>
Like that![]()
I am Bojangles =]
Put into a page like news.php which is in your iFrame (I presume you're using these):
<?php
$category=1;
$numer=NUMBER OF ARTICLES TO SHOW GOES HERE;
include("user/public_html/cutenews/show_news.php");
?>
Then add in your security stuff if you want.
Still not working.
Can someone do it for me?
k
add me on msn
[email protected]
<?php
$category=1;
$number=NUMBER OF ARTICLES TO SHOW GOES HERE;
include("cutenews/show_news.php");
?>
maybe that
He just forgot to rename his news pages .php![]()
I am Bojangles =]
Want to hide these adverts? Register an account for free!