Louis,

A long shot but does one of the rows contain a "<" less than character in
one of the data elements?

Warren Vail

> -----Original Message-----
> From: Louis Young [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 20, 2005 12:11 AM
> To: [EMAIL PROTECTED]; 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 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
>
>
>

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

Reply via email to