Re: [PHP] Hiding password in a class file (object-oriented programming)?

2001-07-10 Thread scorpio1
Putting in php tags does not necessarily mean that it will be parsed as php. If you are using Apache web server, the file type ( php htm etc) needs to be identified as a php file. This is done in the httpd.conf configuration file. Just putting php tags in a htm file usually does not work by

[PHP] capturing email adresses

2001-07-10 Thread scorpio1
Hi I am creating a guestbook for an intranet. In case I get people sending inappropriate messages to the guestbook I want to keep a log of visitor's emaill addresses. Is there a way in PHP of getting the web browsers email address? cheers dave -- PHP General Mailing List