
20/12/2007, 10:10
|
 | | | Fecha de Ingreso: septiembre-2006 Ubicación: Mallorca
Mensajes: 959
Antigüedad: 18 años, 5 meses Puntos: 12 | |
Re: ¿Cuál es el fallo? Gracias por responder, he puesto esto y sigue sin funcionar:
<?php
include("conn.php");
$link=conectarse();
$id=$_POST['id'];
$tit=$_POST['tit'];
$fec=$_POST['fec'];
$res=$_POST['res'];
$tex=$_POST['tex'];
mysql_query("UPDATE palau SET titulo='$tit',fecha='$fec',resumen='$res',texto='$ tex' WHERE id='$id')",$link);
echo "<a href='ver.php' target='_self'>Ver cambios</a>"
?>
Por cierto, meto números en los campos, eso no influye, no?
PD: Esta noche doble capítulo de Naruto en Japón, oe!
Un saludo
__________________ Chanante! |