RE: [PHP-WIN] Page not displaying all my data

2005-01-20 Thread Warren Vail
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

[PHP-WIN] Page not displaying all my data

2005-01-20 Thread Louis Young
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)) { ?>