Create user registeration and login for website

2008-04-19 2:49 am
i wanna create a website which requires user registration and user login.
what kind of tools / editor do i need to use? and what things i need to know?

if possible, please provide a link for example.

Thanks!

回答 (1)

2008-04-19 7:59 am
✔ 最佳答案
You need server scripting knowledge, e.g., php, asp, asp.net, jsp, etc.because it is the server's job to store user information and validatelogin. You cannot do this with static html page or javascript.

You need a database to store user information. You need to know how touse one of the above scripting language to connect to the database.

You need a server to host your website and the server must be able to support the scripting language of your choice.

To learn about php and asp, asp.net, visit these sites or just search for these words on the internet.

http://howtoforge.com/php_programming_basics
http://www.asp101.com/


收錄日期: 2021-04-26 13:54:59
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20080418000051KK01986

檢視 Wayback Machine 備份