Jump to content

Simple guestbook with no database/mysql


seadonkey

Recommended Posts

I am looking for tutorials/key words to search for, for this project. What I am finding is guestbooks that have full database/sql. I simply just want a basic 101 to php guestbook that just shows the new programmer the basics of arrays and files and was wondering if anyone happened to know of a good tutorial/line of code that would point me in the right direction.

 

Thanks

 

 

What I would like to learn to do is create a web site to register users for an event. There will be a form that will allow a user to enter first name, last name, and email address and link to a page that will display all the registrants.

Link to comment
https://forums.phpfreaks.com/topic/96929-simple-guestbook-with-no-databasemysql/
Share on other sites

Rather than searching for guest books tutorials search for a more broad range such as 'php forms and mysql'.  You're basically looking for a tutorial to teach you how to take user input from a form and store it into a database then retrieve that data later.  It's pretty basic. 

 

Try this link out:  http://www.php-mysql-tutorial.com/

Not at all. The first 3 results all look promising:

http://www.google.co.uk/search?source=ig&hl=en&rlz=&q=flat+file+php+guestbook+&meta=

or indeed:

http://www.google.co.uk/search?hl=en&q=flat+file+php+guestbook+tutorial&meta=

 

However, chrisdburns may be right (apart from the database bit). You may benefit more from looking at tutorials on individual parts of the problem, such as collecting data from a form and reading and writing to files.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.