![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
11/03/2004, 21:54
|
![Avatar de Jano.cl](http://static.forosdelweb.com/customavatars/avatar14556_1.gif) | | | Fecha de Ingreso: diciembre-2001 Ubicación: Chile
Mensajes: 258
Antigüedad: 23 años, 1 mes Puntos: 0 | |
Trata agregando otra sentencia.
$sql .= "SELECT * FROM tabla";
y esto después del mysql_query
while($row = mysql_fetch_array($rs)) {
$row['id'] = $id;
} |