Js webpage

Hey I’m tying to create a webpage and having people create an account. the thing is I don’t know how to store the info that the poeple submit. Help?

Hey,

Did you buy hosting? Can you tell me where you created this account?

@zainabrawat, this question started here.

Well, in general you need a server to host your webpage. On this server, you could create a database (mysql) to store and encrypt data. Then you need a serverside language (serverside js, php, python (django), ruby (ruby on rails) to store and retrieve data.

clientside js = bad idea.

2 Likes