User Profile

Collapse

Profile Sidebar

Collapse
cwjones
cwjones
Last Activity: Dec 13 '07, 03:15 PM
Joined: Nov 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cwjones
    replied to Number each row in a table
    in PHP
    Thanks for your help pbmods. When I tried the $offset it seems to miss the 1st place entry.
    I'm assuming that the $offset + 1; goes at the start of the loop in place of $i=1;
    Thanks again
    See more | Go to post

    Leave a comment:


  • cwjones
    replied to Number each row in a table
    in PHP
    Sorry to pass on the bad news about the multiple pages...
    Got some more news for you. Could be good might be bad.. Its written using Dreamweaver and its lovely Recordsets.
    I thought about passing the value through the Recordset Navigation bar but that may cause problems if users decide to view the last records (7 or 8 pages down the line). I suppose it may be possible to do a Count of the full amount of entries and the subtract the...
    See more | Go to post
    Last edited by pbmods; Nov 27 '07, 10:36 PM. Reason: Added CODE tags.

    Leave a comment:


  • cwjones
    replied to Number each row in a table
    in PHP
    Thats works on the first page. Thanks, although when the next page of results are pulled up it starts from 1 again.
    Is there a way the number can be carried on to the next page?
    thanks again
    See more | Go to post

    Leave a comment:


  • cwjones
    started a topic Number each row in a table
    in PHP

    Number each row in a table

    Hi, Small headache problem with a highscore table.
    I have a table that displays a list of highscores. The code pulls the data from the sql table in the correct order highest score to the lowers score via the "order by score desc" tag.
    It repeats the region with no problems and all the information is populating the correct table cell.
    The scores are being displayed in descending order so I need to find a way to display...
    See more | Go to post
No activity results to display
Show More
Working...