------------------------------------------------------------------------------- My-GuestBook ============ Copyright Michael Goh Kah Ong, 2002/03. E-mail: gkom99@yahoo.com ------------------------------------------------------------------------------- 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