Visit the Global Advances Network
 Customers
  Fund Raisers/Group Sales
  Corporate Sales
  Customer Satisfaction
   Current Customers
    - Group Sales LOGIN
  Comments
  Caring for the Fruit
 

Thank you for leaving your comments
You will be sent back in 3 seconds. If not click here

"; // The text that the user will see after entering something in the guestbook. $errornoname = "

You have to enter a name!
You will be sent back in 3 seconds. If not click here

"; // Text to print out when no name has been entered in the entry. $errornomsg = "

You have to enter a message!
You will be sent back in 3 seconds. If not click here

"; // Text to print out when no message has been entered in the entry. $gbedited = "

Comments section has been edited!
You will be sent back in 3 seconds. If not click here

"; // Text to print out when guestbook has been edited. // ======================================== // Do not change under here // ======================================== $gbpage = "$_SERVER[PHP_SELF]"; $date = date("$dateshow"); $name = htmlentities(strip_tags($_POST['name'])); $email = htmlentities(strip_tags($_POST['email'])); $homepage = htmlentities(strip_tags($_POST['homepage'])); $message = nl2br(htmlentities(strip_tags($_POST['message']))); $message = str_replace(array("\r", "\n"), '', $message); $message = wordwrap($message, 75, "
", true); $printfull = "
Date:$date
Name:$name
Email:$email
Homepage:$homepage
Message:$message

\n"; $printnoemail = "
Date:$date
Name:$name
Homepage:$homepage
Message:$message

\n"; $printnopage = "
Date:$date
Name:$name
Email:$email
Message:$message

\n"; $printnoemailpage = "
Date:$date
Name:$name
Message:$message

\n"; // ======================================== // SCRIPT START !!! // ======================================== switch($_GET['id']) { default: ?>

Thank you for visiting our website, please feel free to leave your comments on this page.

Admin

Name:
Email:
Homepage:
Message:

Site Comments:
Username:
Password:
Enter admin password to edit entrys: