Hi, I'm new here, but I was wondering if anyone could tell me if it is PHP code that I need to create accounts (requiring usernames and passwords) on a website?
Thanks!
-Hazzy
Accounts?
Yes and no.
Well as far as html is concerned, it is basically only a language which both server and browser can understand not a programming language. So basically for making a script for member management, you will need some scripting language. So PHP, ASP and JSP and many others are some such languages.
So you will need PHP for it, but it is not necessary to make it only on PHP.
Well as far as html is concerned, it is basically only a language which both server and browser can understand not a programming language. So basically for making a script for member management, you will need some scripting language. So PHP, ASP and JSP and many others are some such languages.
So you will need PHP for it, but it is not necessary to make it only on PHP.
-
- Posts: 44
- Joined: Wed Apr 13, 2005 4:42 am
If you don't have time, you can also use basic http authentication (.htaccess):
http://codesorcery.net/authentication/htaccess.html
Your server must allow .htaccess editing though (I think SH allows)
http://codesorcery.net/authentication/htaccess.html
Your server must allow .htaccess editing though (I think SH allows)