Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: automatically page generate.,,  (Read 3102 times)

0 Members and 1 Guest are viewing this topic.

r3ynz_t4nz

    Topic Starter


    Beginner
  • A programmer is a king
    automatically page generate.,,
    « on: November 23, 2008, 08:13:10 AM »
    can someone tell me.,. how to automatically generate a new page in php.,. for example i have a lot of topic in my forum.,,. the 1,2,3....>>> next.. page i mean.,.,

    r3ynz_t4nz

      Topic Starter


      Beginner
    • A programmer is a king
      Re: automatically page generate.,,
      « Reply #1 on: December 07, 2008, 06:03:26 PM »

      pagination i mean.

      yanng1



        Beginner

        Re: automatically page generate.,,
        « Reply #2 on: December 08, 2008, 08:50:07 AM »
        your page has to be very dynamic.

        What I mean is that it should grab and display information out of a database.  It should have a very bare-minimum of code written into the page by you.

        that way when I click  ">> next " all that the page is really doing, is moving forward in the database, and refreshing.  It only 'seems' to be a new page to users.  Hope this helps

        edit:  I learned about this topic by picking up MySQL and PHP from Tizag.com.
        I strongly reccomend this page for learning some fundamentals of database with php.

        kpac

        • Web moderator
        • Moderator


        • Hacker

        • kpac®
        • Thanked: 184
          • Yes
          • Yes
          • Yes
        • Certifications: List
        • Computer: Specs
        • Experience: Expert
        • OS: Windows 7
        Re: automatically page generate.,,
        « Reply #3 on: December 08, 2008, 10:31:17 AM »
        I think a good thing for you would be to download Simple Machines Forum software.

        Have a look through the files to get a picture of what's involved in what you want to do.