
19/02/2008, 11:23
|
 | | | Fecha de Ingreso: septiembre-2007 Ubicación: Salta
Mensajes: 1.620
Antigüedad: 17 años, 5 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); |