Accounts?

Any problem with PHP can be disscused here
Hazzy
Posts: 95
Joined: Fri Jul 08, 2005 3:07 pm

Accounts?

Post 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


SHAdmin
Posts: 2095
Joined: Sat Dec 18, 2004 11:28 am
Contact:

Post 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.
Hazzy
Posts: 95
Joined: Fri Jul 08, 2005 3:07 pm

Post by Hazzy »

OK, thanks!

I'll look for some tutorials on it :D
fastracers
Posts: 44
Joined: Wed Apr 13, 2005 4:42 am

Post by fastracers »

for tutorilas on PHP or HTML try searching in google for both for some good tutorials
mohumben
Posts: 82
Joined: Thu Sep 15, 2005 9:45 pm

Post 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)
D0M1N0R
Posts: 91
Joined: Tue Sep 20, 2005 8:05 pm

Post 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 :)
freak127
Posts: 17
Joined: Sun Nov 27, 2005 10:41 am

Post 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.
User avatar
zeroraven
Posts: 49
Joined: Sat Jan 22, 2005 11:21 pm

Post 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...
uz
Posts: 140
Joined: Sat Dec 24, 2005 5:32 pm

Post by uz »

so we can create a little community?
User avatar
zeroraven
Posts: 49
Joined: Sat Jan 22, 2005 11:21 pm

Post 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.
Post Reply