Search Result

Collapse
4 results in 0.0014 seconds.
Keywords
Members
Tags
pages
  •  

  • famenixon
    started a topic Creating pages on the fly and expiring pages
    in PHP

    Creating pages on the fly and expiring pages

    I'm really new to coding so my question might not be worded the best or just dumb, forgive me. Here's what I'm trying to do:

    I have a basic text-entry form:
    Code:
    <div id="chatfind">
    <form action="form_action.php">
    School: <input type="text" name="chatname" value="Technology"/>
    <input type="submit" value="Go" />
    ...
    See more | Go to post

  • How to display 20 results per page, with a next and previous page?

    I would like to add 20 offers per page and becuase the database is updated daily. i need a way to allow access to other pages so that all offers will be displayed. i was thinking the next / previous function, but my page count can constantly change so im wanting some way of it automatically only having the amount of pages needed to support the amount of offers. normally i can display anywhere from 100-1000+ offers


    code:...
    See more | Go to post

  • Why is my PagedDataSource looping to the first elements of the DataSet?

    I have a Repeater that forms panels with a left float in order to create a grid. My client only wants to show 12 elements per page, then have page numbers at the bottom of the page.

    It would appear that everything is working, except I have an issue in that on the last page, if there aren't 12 elements, it loops back to the begining and shows the first elements again.

    So if I have 20 elements total, the first 4 elements will...
    See more | Go to post
    Last edited by Niheel; Aug 20 '10, 03:46 PM.

  • how do you reference to a external .html file to place it into multiple pages?

    how do you reference to a external .html file to place it into multiple pages?

    just the same as .css files?
    See more | Go to post
Working...