26/01/2011, 15:38
|
| | | Fecha de Ingreso: enero-2010
Mensajes: 595
Antigüedad: 14 años, 9 meses Puntos: 14 | |
Respuesta: sSQL Fallo al hacer update, Ayuda! Prueba esto:
Código PHP:
Ver original<? include("config.php"); $juego=$_GET['id']; $sSQL="UPDATE rank SET votos='votos+1' WHERE id='".$juego."'" or die("Fallo al votar"); include("head.php"); echo'<center><h1>Voto añadido</h1></center>'; ?>
|