Script URL: http://www.phpjunkyard.com/php-guestbook-script.php
Version of script: 1.41
Hi there, ive got the guestbook all working fine, but cant find a way of hiding my guests email.
I tried deleteing the following line (Line 363) from gbook.php:
<input type="hidden" name="email" value="<?php echo $email; ?>">
Which works fine and does not view the email address, but i would still like to know as an admin the email address of the guest when notified by email.
Thank You
Hide email in guesbook v1.4
Hi,
You should keep line 363 and rather delete lines 766 - 769 (starts with and ends with
You should keep line 363 and rather delete lines 766 - 769 (starts with
Code: Select all
if ($email)
Code: Select all
}
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Still not working
Hi there, thank you for your reply. I put back the lines i deleted, and removed the lines as advised but i still get no email entries when receiving the emails!
Any idea!!
Thank You
Any idea!!
Thank You
I suggest you do the changes in the ORIGINAL gbook.php, who knows what else you deleted in your edited version 

Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Its working
Thank You very much, it was my mistake i uploaded the original gbook.php and removed the lines you advised me and its all working now.
Thank You very much for your help and great php files.
Best Regards
Rami Khlaif

Thank You very much for your help and great php files.
Best Regards
Rami Khlaif







You're welcome.
If you like GBook please consider rating it or (even better) writing a short review at
http://php.resourceindex.com/rate?05414
and/or
http://www.hotscripts.com/Detailed/37192.html
Regards
If you like GBook please consider rating it or (even better) writing a short review at
http://php.resourceindex.com/rate?05414
and/or
http://www.hotscripts.com/Detailed/37192.html
Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools