27/01/2008, 07:00
|
| | Fecha de Ingreso: diciembre-2007
Mensajes: 115
Antigüedad: 16 años, 11 meses Puntos: 0 | |
Re: Duda Sobre Cute News Php!!! OOPS!!!
Hice exactamente como me dijistes pero cuando le doy a la vista previa en vez de mostrar las noticias dentro el iframe lo que hace es descargar el archivo "news.php"
Mira, el código que tengo dentro del archivo en php es este:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin título</title>
</head>
<body><?PHP
$number=20;
include("/web/htdocs/www.youbritney.com/home/cutephp/show_news.php");
?>
</body>
</html> |