Page 1 of 2

Accounts?

Posted: Fri Jul 08, 2005 3:10 pm
by Hazzy
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

Posted: Fri Jul 08, 2005 5:17 pm
by SHAdmin
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.

Posted: Fri Jul 08, 2005 11:12 pm
by Hazzy
OK, thanks!

I'll look for some tutorials on it :D

Posted: Thu Sep 29, 2005 8:43 pm
by fastracers
for tutorilas on PHP or HTML try searching in google for both for some good tutorials

Posted: Wed Oct 05, 2005 1:15 am
by mohumben
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)

Posted: Sun Oct 09, 2005 9:52 am
by D0M1N0R
You could also take a look at "PHP & MySQL for dummies" it considers two examples, the one beeing a member site like you are talking about :)

Posted: Sun Nov 27, 2005 11:01 am
by freak127
I have written a simple register and login system in PHP for my forum script. I could probably let you have the register and login pages if you still need them though.

Posted: Sun Nov 27, 2005 11:40 pm
by zeroraven
Heh that's pretty complicated, but you'll need to know some php skills...php sessions work really well as an alternative to cookies...

Posted: Sun Dec 25, 2005 6:15 pm
by uz
so we can create a little community?

Posted: Sun Dec 25, 2005 9:24 pm
by zeroraven
uz wrote:so we can create a little community?
What do you mean by that? When you mean by community are you saying community like a message board because that is incredible difficult to do.