Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/11/2009, 15:12
xchavezx
 
Fecha de Ingreso: julio-2009
Mensajes: 30
Antigüedad: 15 años, 7 meses
Puntos: 0
si le pongo las comillas..no me devuelve..valores

Cita:
Iniciado por xchavezx Ver Mensaje
si le pongo las comillas..no me devuelve..valores


for($i=0;$i<mssql_num_rows($result);++$i)
{
$row = mssql_fetch_row($result);
echo '<tr></font></b>';
for($reg=0; $reg<sizeof($row); $reg++){
echo '<td bgcolor=#ffffff width=50><center><FONT SIZE=2 face=Arial font color=black>';
echo $row['$reg'];
echo '</td>';

}

Última edición por GatorV; 20/11/2009 a las 11:00