PHP guestbook

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Elin
    New Member
    • Apr 2006
    • 1

    PHP guestbook

    I'm new to PHP and would just like to create a simple guestbook for my site, without having to use SQL (don't even know what that is, so...). All I've managed to do is make a form which posts the information on another page, but then when you fill out the form again, the information on the other page changes. How do I get the posts to stay on the page and add new ones?
  • overload
    New Member
    • Jun 2006
    • 1

    #2
    you need to save the info either into a database or on file

    Comment

    • Kasya
      New Member
      • Jun 2006
      • 57

      #3
      Hey If You Want To Learn C++ Functions (because It Will Help Ypu A Lot),

      just go to PHP.Net

      Comment

      • Niheel
        Recognized Expert Moderator Top Contributor
        • Jul 2005
        • 2433

        #4
        Kasya,

        I think you mean "PHP Functions" not "C++ Functions" . . . .

        - KUB
        niheel @ bytes

        Comment

        • Kasya
          New Member
          • Jun 2006
          • 57

          #5
          Originally posted by KUB365
          Kasya,

          I think you mean "PHP Functions" not "C++ Functions" . . . .

          - KUB
          Yes!!!!!!!!

          Comment

          • ronverdonk
            Recognized Expert Specialist
            • Jul 2006
            • 4259

            #6
            This thread doesn't get anywhere. So, to kick it: you must have some sort of data storage where you keep you guestbook entries. If you don't want to use a database (why not?) or a db is not available, you must store the entries in a flat file (Could even think about a flat-filed data base).

            In order to help you any further, you will have to post some code or schema of your application setup.

            Awaiting your reply.

            Ronald :cool:

            Comment

            Working...