Me marca el siguiente error:
Warning: sqlsrv_fetch_array() expects parameter 1 to be resource, boolean given in
Código HTML:
Ver original
Warning: sqlsrv_fetch_array() expects parameter 1 to be resource, boolean given in C:\wamp\www\pruebas\buscador\buscador_institucion.php on line 104
Mi línea 104 inicia aquí:
Código PHP:
Ver original
while($f=sqlsrv_fetch_array($res)) { echo '<tr>'; echo '<td width="19">'.$f['Institucion'].'</td>'; echo '<td width="19">'.$f['Tipo'].'</td>'; echo '<td width="157">'.$f['Telefono'].'</td>'; echo '<td width="100">'.$f['Extension'].'</td>'; echo '<td width="100">'.$f['Nombre'].'</td>'; echo '<td width="73">'.$f['Tipo'].'</td>'; echo '<td width="73">'.$f['Telefono'].'</td>'; echo '<td width="73">'.$f['Extension'].'</td>'; }
Alguien podría ayudarme por favor!! gracias!