![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: (spam)secure mailform
From: Jerry Stuckle <jstucklex@attglobal.net>
Date: Fri Jul 15 2005 - 18:39:19 CEST
Robertico wrote:
Don't use hidden fields to contain the address. Rather, use a select box to put
For instance, you might have:
<select name="destination">
Once you've validated the input, look up the selected value in your database or
As a seconday bonus you don't have email addresses in the web form for the spam
Also - you can build the options dynamically depending on what's in the database
-- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ==================Received on Mon Oct 17 21:08:05 2005 |