security - What protection is needed for PHP mail scripts? -
security - What protection is needed for PHP mail scripts? -
this question has reply here:
how prevent xss html/php? 7 answersi know type of question not allowed, cannot find reply anywhere.
is sql injection protection necessary if you're not using databases/mysql?
if have basic mail service form in php sends things email need protect form?
if you're not using database no, don't need protect against attacks exploit database queries. emails have whole set of exploits of own , recommend using library such phpmailer or swiftmailer help this. either way, should verify info submitted form in format expect be.
php security email code-injection
Comments
Post a Comment