Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/02/2008, 11:23
Avatar de pato12
pato12
 
Fecha de Ingreso: septiembre-2007
Ubicación: Salta
Mensajes: 1.620
Antigüedad: 16 años, 7 meses
Puntos: 101
Re: Un pequeño problema.

Solucionado:

$est = $_GET['est'];
$vot = $_GET['vot'];
$archi = "vota/$vot.txt";
$ab = fopen($archi, "a+");
$total = 0;
$toc = $total + $est;
$tota = $toc .' ';
$grabar = fwrite($ab, $tota);
fclose($ab);
__________________
Half Music - www.halfmusic.com