![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
07/01/2005, 13:53
|
| | Fecha de Ingreso: febrero-2004 Ubicación: Bogotá, Colombia
Mensajes: 191
Antigüedad: 21 años Puntos: 1 | |
$rs=mysql_query("SELECT gf, gc, .... FROM tabla", $conexion);
while($row=mysql_fetch_array($rs))
{
goles=$row["gf"] - $row["gc"];
}
etc.... |