Should i use an SSL Certificate to protect information entered in a PHP form? -


i developing php form collects personal information user. information not kept in database, sent , email address. need on https connection? if please explain why or provide link can obtain knowledge of this. how can hackers access information if not kept online or stored in data base?

i if information not sensitive, don't have go ssl certificate.

for example, if collecting user's firstname, lastname, email address, , message don't have use ssl.

however, if collecting sensitive data ssn, bank account number, routing number, credit card numbers etc, highly recommended use ssl.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -