RE: Page not displaying all my data

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

 



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:louis@xxxxxxxxxxxxx]
> Sent: Thursday, January 20, 2005 12:11 AM
> To: php-gurus@xxxxxxxxxxxxxxx; php-windows@xxxxxxxxxxxxx
> Subject:  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


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

  Powered by Linux