22/12/2002, 19:23
|
| | | Fecha de Ingreso: febrero-2002 Ubicación: Ribeira (Galicia)
Mensajes: 1.900
Antigüedad: 22 años, 9 meses Puntos: 29 | |
parse error qué está mal?
<?
include("../config.php");
$fp = file("dbnews.php");
for ($i = 0; $i < count($fp); $i++) {
$dato = explode("|@|", $fp[$i]);
$id=$dato[0] $titulo=$dato[3]
echo "<table><tr><td width=\"200\"><a href=\"noticia.php?id=$id\">$titulo</a></td></table>";
?>
error:
Parse error: parse error in ver.php on line 8 |