Posted: Sun Feb 12, 2006 3:03 pm
yes, that was implied agtlewis. 
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Thanks, time to read up!matthijs wrote:You might find the security guide helpfull http://phpsec.org/projects/, as well as the articles on http://shiflett.org/.
Some basic articles about php security here
http://www.ilovejackdaniels.com/securit ... ecure-php/ as well as a good emailvalidation function http://www.ilovejackdaniels.com/php/ema ... alidation/
If you search on the security forum here on "input validation" you'll find plenty of good info.
Good luck.
Actually it does. just not those 5matthijs wrote:The mail() function doesn't take 5 arguments as far as I know.
Code: Select all
bool mail ( string to, string subject, string message [, string additional_headers [, string additional_parameters]] )