![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
05/11/2009, 18:44
|
![Avatar de almagropaco_](http://static.forosdelweb.com/customavatars/avatar224575_1.gif) | | | Fecha de Ingreso: marzo-2008 Ubicación: Mar del Plata
Mensajes: 854
Antigüedad: 16 años, 10 meses Puntos: 25 | |
Respuesta: Update verificar el Pre-envio de modificacion Quieres que se escriba lo que se hace?
<?php
include("conex.php");
$link=Conectarse();
$sql = "update personas set edad = 15";
$result=mysql_query($sql,$link);
echo $sql;
?> |