![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
10/03/2016, 06:22
|
| | Fecha de Ingreso: septiembre-2014
Mensajes: 79
Antigüedad: 10 años, 5 meses Puntos: 0 | |
Respuesta: No logro que me funcione UPDATE
Código PHP:
Ver originalmysqli_query($con, "UPDATE usuarios SET Nombre='".$_POST["Nombre"]."', Email='".$_POST["Email"]."', Usuario='".$_POST["Password"]."' WHERE iduser=".$_REQUEST["id"]."");
?????? |