My-GuestBook is a basic guest book webpage that enable you to store your guest feetback in database using PHP and Mysql. It is simple and easy to install. It also come with administration function that allow the administrator to delete unwanted guest message in his/her guest book.
-------------------------------------------------------------------------------
My-GuestBook
============
Copyright Michael Goh Kah Ong, 2002/03.
-------------------------------------------------------------------------------
Thank for trying My-GuestBook
My-GuestBook is a basic guest book webpage that enable you to store your guest feetback in database using PHP and Mysql.
It is simple and easy to install. It also come with administration function that allow the administrator to delete unwanted
guest message in his/her guest book.
System requirement
------------------
- Window 98/2000/XP/Mellenium
- Apache web server 1.3.26
- Php 4.0 and above
- Mysql database mysql-3.23.38
- IE Explorer
Installation steps
------------------
1) Extract all files
2) Put them in one folder under Apache "htdocs" directory e.g. [ C:\Apache\htdocs\guestbook ]
3) Open config.php with Notepad or any PHP editor and make any neccessary changes e.g. your Database host name, password and login
4) Run Internet Explorer and type the link below e.g.
http://localhost/guestbook/install.php
After entering the link you will see the below message
Connected to host!
Database created !
Database selected !
Table guest_book is created !
Table guest_book_admin is created !
Administrator account created !
This mean the guest book database is successfully created!
5) Then, type the link http://localhost/guestbook/guestbook.html
6) Try submiting some entries and view the message.
7) Then Finish... Enjoy
File List:
@PSC_ReadMe_853_8.txt
1Kb
admin.php
6Kb
config.php
1Kb
guestbook.html
2Kb
install.php
2Kb
readme.txt
2Kb
view_guestbook.php
4Kb
Similar code
Form mailer with a simple captcha control
(Popularity: ) : This is a simple form with a captcha control. A script will generate a words composed of 9 letters. It should discourage the spammer bot.. By the way it's interesting to learn something about this technique... Enjoy it! Easiest Email
(Popularity: ) : Sends email from a form to an email address selected from a drop down menu.
phpCMS-Plugin: AutoKeyGen
(Popularity: ) : AutoKeyGen is a phpCMS system plugin that extracts all relevant keywords out of the content of a website. This way the meta-keywords fit 100% to the content of the websites. The keywords appear in the frequency of their occurrence. On ...