Forum Thread: How to Make a Form in Website ?

Hi guys ,
I want to know that how to make a very safe form that safely transfer all form data to server .

Thank you for reading.

2 Responses

POST and HTTPS.

If you are going to be programming in php and are using MySql, use PDO. It is much more updated then mysqli and much more secure. Also, instead of using a query command, you want to use a prepare command. And as said before, POST and HTTPS. I will be making a tutorial on these shortly.

Share Your Thoughts

  • Hot
  • Active