![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/06/2004, 15:36
|
![Avatar de Riso](http://static.forosdelweb.com/customavatars/avatar67275_2.gif) | | | Fecha de Ingreso: junio-2004 Ubicación: Buenos Aires
Mensajes: 85
Antigüedad: 20 años, 7 meses Puntos: 1 | |
Es posible liberar la memoria como muestra el ejemplo?
$resp = mysql_query("select * from mensajes where mid='$mid'");
$datos = mysql_fetch_array($resp); mysql_free_result($resp);
echo"MID: $datos[0]<br>POR: $datos[1]<br>MSG: $datos[2]<br>";
__________________ SAludos, QSK RISO :cool: |