0
HOW CAN I ADD SIGN UP TO MY WEBSITE???
Hello people, i want to add a sign up page to my website, such that people who sign up successfully will have better access to the site features. What Programming language do I need to successfully execute that? And who can provide me with a better idea on how to do that. Thank you all!
1 Réponse
+ 1
Use PHP. You will get more familiar with database then using python django framework.
Make sure you're using prepared statements and you're storing the connection outside of your web root.
Should always have a server side validation on top of client side validation
Hash your passwords