26/08/2011, 19:19
|
| | | Fecha de Ingreso: abril-2011 Ubicación: caracas
Mensajes: 152
Antigüedad: 13 años, 7 meses Puntos: 15 | |
Respuesta: Problema con include php osea asi:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>titulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<?php require 'prueba.php';?>
</body>
</html> |