[PHP] Looking for Spam free php form

2003-11-17 Thread David Buchmueller
Hello List, I am looking for a canned php form which hides the recipient email from prying eyes. Everything I have found uses a hidden field. -- Thank you, David Buchmueller - Brian Sooy Co. | t. 440.322.5142 |

Re: [PHP] Looking for Spam free php form

2003-11-17 Thread Chris Boget
I am looking for a canned php form which hides the recipient email from prying eyes. Everything I have found uses a hidden field. If you only need the email address on the back end, why not encode it (using your flavor of choice) and stick that value in the hidden field. Then, upon submission,

Re: [PHP] Looking for Spam free php form

2003-11-17 Thread Philip Olson
I am looking for a canned php form which hides the recipient email from prying eyes. Everything I have found uses a hidden field. If you only need the email address on the back end, why not encode it (using your flavor of choice) and stick that value in the hidden field. Then, upon

Re: [PHP] Looking for Spam free php form

2003-11-17 Thread David T-G
David -- ...and then David Buchmueller said... % % Hello List, Hi! % % I am looking for a canned php form which hides the recipient email from % prying eyes. Everything I have found uses a hidden field. Why not just encode the recipient as david or joe or 1288 and then determine the real

RE: [PHP] Looking for Spam free php form

2003-11-17 Thread Steve Murphy
Is this what your looking for? http://www.pfohlsolutions.com/projects/mailer/ -Original Message- From: Philip Olson [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 1:08 PM To: Chris Boget Cc: David Buchmueller; PHP General Subject: Re: [PHP] Looking for Spam free php form I

Re: [PHP] Looking for Spam free php form

2003-11-17 Thread Justin French
On Tuesday, November 18, 2003, at 04:30 AM, David Buchmueller wrote: I am looking for a canned php form which hides the recipient email from prying eyes. Everything I have found uses a hidden field. You couldn't write one yourself? The key is to store the email address' in a server-side array