Gestor de noticias PHP

SiKoPaTa

Wenas tengo la siguiente web www.chsioux.tk e introducido un gestor de noticias en el host, lo e instalado y tal (cutenews) y me gustaria insertar las noticias en la pagina page1.html q tiene el siguiente contenido html:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">

<LINK href="style.css" type=text/css rel=stylesheet>
<STYLE>
BODY {
scrollbar-arrow-color:ffffff;
scrollbar-shadow-color:0F2A48;
scrollbar-face-color:0F2A48;
scrollbar-highlight-color:0F2A48;
scrollbar-darkshadow-color:ffffff;
p {color: <#AWB_RGB NAME="Text Color" DEFAULT="#909090">; font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; font-size: 10px; text-decoration: none}
</STYLE>
</head>


<!-- saved from url=(0022)http://www.agamabuttons.com/ -->

<p style="MARGIN-TOP: 10px; MARGIN-LEFT: 10px; MARGIN-RIGHT: 10px; color: Gray;" align="left" >
This is a Page #9 of Your Web. <br>
This web pages are created by Agama Web Buttons.<br>
Put Your content Here...

<br><br>
Build-in HTML templates Agama Web Buttons contains several build-in HTML templates for your Web projects. You can create your own web pages with graphics menu in seconds. The Attribute Inspector enables to you change look of HTML template without a knowledge of HTML and Javascript!
<br><br>
Thank for using Agama Web Buttons, We'd be grateful if you add a link to our site from yours.
<a href="http://www.agamabuttons.com">http://www.agamabuttons.com</a>
</p>
</body>
</html>

dnde deberia pegar:
<?PHP
include("path/to/show_news.php");
?>

para que salieran las noticias? gracias

Usuarios habituales

  • SiKoPaTa