Results 1 to 2 of 2

Thread: How to paginate .txt files

  1. #1
    Join Date
    Dec 2010
    Posts
    18
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default How to paginate .txt files

    Please help me paginate a series of .txt files without mysql...
    I can able to show the content of a div into my homepage but it's too long if I will have hundreds of divs...

    sample divs
    <div class="img rand" >
    <a href="video/teenamite.php?id=videourl.php "TARGET="_blank"><img src="image.jpg"></a>
    <div class="desc truncate" >sampleTitle</div>
    </div>
    <div class="img rand" >
    <a href="video/teenamite.php?id=videourl.php "TARGET="_blank"><img src="image.jpg"></a>
    <div class="desc truncate" >sampleTitle</div>
    </div>
    <div class="img rand" >
    <a href="video/teenamite.php?id=videourl.php "TARGET="_blank"><img src="image.jpg"></a>
    <div class="desc truncate" >sampleTitle</div>
    </div>
    <div class="img rand" >
    <a href="video/teenamite.php?id=videourl.php "TARGET="_blank"><img src="image.jpg"></a>
    <div class="desc truncate" >sampleTitle</div>
    </div>
    <div class="img rand" >
    <a href="video/teenamite.php?id=videourl.php "TARGET="_blank"><img src="image.jpg"></a>
    <div class="desc truncate" >sampleTitle</div>
    </div>
    I browse the web but no luck...Hope you can help me with this... thank you in advance!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •