Page not displaying all my data

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi there

I'm looping through a table and displaying data for each record, but the page just stops in the middle of nowhere.

Is there a configuration setting somewhere that could be causing this?

The code looks like this:

while($row=mssql_fetch_array($rsElecTrans))
 {

?> <tr>
<td align="left" valign="top" class="bluetext"><? echo $row["sType"]; ?></td>
<td align="left" valign="top"><img src="images/shim.gif" alt="" width="5" height="1" border="0"></td>


                                               </tr>
                                               <?

}
?>


Problem is it doesn't show all the records it like stops halfway in the one.

TIA
Louis

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux