Cita:
Iniciado por AdrianSeg 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>';
?>
No me funcionó... siquiera en localhost pero gracias