| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2003-04-25 16:56 UTC] sniper@php.net
  [2003-04-25 23:26 UTC] coolaboy113 at aol dot com
  [2003-04-26 13:04 UTC] georg@php.net
  [2003-05-05 06:41 UTC] georg@php.net
  | 
    |||||||||||||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 09:00:01 2025 UTC | 
#display results while($i = mysql_fetch_row($result)) { echo $i[0]; } If you use this script. On my version it will display but it will start with the rowset of 2. So anything in row 1 doesn't show up. Weird. I also have no other scripts like this one so i know its not a conflict with anything else in my page.