HOW CAN I ADD SIGN UP TO MY WEBSITE??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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!

20th Jun 2019, 9:33 PM
Onuedem Eberechukwu
Onuedem Eberechukwu - avatar
1 Answer
+ 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
20th Jun 2019, 10:58 PM
Toni Isotalo
Toni Isotalo - avatar