Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End php pagination not sure how ! newbi

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29967
    greenbucket
    Member

    i have large videos encoding, and i use this script to show them in my admin panel, but when the list gets very large like over 100 clips the layout looks really bad, can somebody please teach me how to add pagination into the script :cry:

    sorry to ask to much :roll:

    Code:
    ‘;
    }

    //closing the directory
    closedir($dir_handle);

    ?>

    #81771
    Rob MacKay
    Participant

    I found a really helpful post on about – let me find it…

    http://php.about.com/od/phpwithmysql/ss … nation.htm

    This helped me a lot on a project :D I actually think it could be written better but it works fine :)

    #77288
    greenbucket
    Member

    thank you but i’m looking for no mysql version :(

    #81503
    MrSoundless
    Member

    You could try doing it with javascript instead. You would load all data but you would just show the ones you want with javascript.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Back End’ is closed to new topics and replies.