¬¬
Más manual
http://es.php.net
Código PHP:
Ver original<?php
define('TABLE_HEADING_NEW_PRODUCTS', 'Nuevos productos en %s');
//yo quiero incluir o hacer un include de un fichero
echo "<tr>";
echo "<td>";
include("./phpnews/headlines.php");
echo "</td>";
echo "</tr>";
?>