Answers

Mar 11, 2010 - 10:33 AM
First, try to find line looking like:
echo '< p >' . _ADDED_THX . '< / p>';
Right after it according to http://phpforms.net/tutorial/tutorial..., add the following:
mail('user@domain. com', 'New Guestbook Entry', 'A New Guestbook Entry was added!');
echo '< p >' . _ADDED_THX . '< / p>';
Right after it according to http://phpforms.net/tutorial/tutorial..., add the following:
mail('user@domain. com', 'New Guestbook Entry', 'A New Guestbook Entry was added!');

Mar 31, 2012 - 10:58 AM
The question looks to be abandoned by the user who asked it. If no action is taken within 2 days, a Quomon Moderator will consider closing the question and distributing the points.
The Quomon Team
The Quomon Team
Add New Comment