php-windows@lists.php.net
> Subject: [PHP-WIN] Page not displaying all my data
>
>
> 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
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))
{
?>