Ver Mensaje Individual
  #6 (permalink)  
Antiguo 11/05/2007, 08:53
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: Problema al insertar dato en BD

Aparte esta mal tu forma de hacer las cosas:
Código PHP:
<?
include('config.php');

$mas1178610222
$sql "UPDATE registro SET salida=$mas WHERE id=10";

$result mysql_query$sql );
?>