Creating simple PHP guestbook for beginners
  Creating simple PHP guestbook for beginners
2D Graphics
3D Graphics
Web Design & Development
Business Applications
Business Development
Databases
Desktop Programming
Operating Systems
Video Editing
Miscellaneous
Newsletter
User Login
  • Username
  • Password
Stats
  • Tutorials: 38,110
  • Categories: 572

PHP Tutorials : Creating simple PHP guestbook for beginners

Learn to creating simple PHP guestbook easy and simple. Creating simple PHP guestbook for beginners  tutorial
    View Tutorial

Detailed Information

     Tutorial: Creating simple PHP guestbook for beginners
     Date Listed: 2006-01-21
     Submitted By: oktoml
     Total Hits: 50103
     Rating Tutorial Rating 2.97Tutorial Rating 2.97Tutorial Rating 2.97Tutorial Rating 2.97Tutorial Rating 2.97 (558 votes)

    Comment On Tutorial     View Tutorial
    Report Broken Link

Jan 8th, 2008 at 01:05 AM

the adding values of email , name and comment , is not working , its not inserted in the database , please can u fix it ?
thanks

Feb 27th, 2008 at 02:01 PM

Hi! all you need to do is copy and paste this code under the place where $datetime is stated in the addguestbook.php:
$name = $_POST["name"];//name
$email = $_POST["email"];//email
$comment = $_POST["comment"];//comment
I have fixed it and it should work now. It does for me!!!

Mar 21st, 2008 at 01:48 AM

Hi last year i used this guestbook for my final year project presentation and it worked perfectly for me. This year i wanted to use this guestbook but there is an error saying that "Parse Error: syntax error, unexpected $end in the last line of viewguestbook.php script. Is it because the short open tags of my server in PHP.INI file is disabled. Actuaally i din check it yet. Last year i used xampp and it worked .This year i used wamp and it didnt work. or is there any curly bracket missing in the last line of viewguestbook.php script. Anyone please help.... Thank you....

  • By:
Oct 10th, 2008 at 08:42 PM

Hi webmaster!

Mar 26th, 2011 at 11:00 AM

yes same problem with me""Parse Error: syntax error, unexpected $end in the last line of viewguestbook.php script. "what to plzz plzz help..i hate to submit my final project in 5 days...

 





© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 9 - Follow our Sitemap