Accounts?

Any problem with PHP can be disscused here
kaos_frack
Posts: 504
Joined: Sat May 07, 2005 8:03 am
Contact:

Post by kaos_frack »

D0M1N0R wrote: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 :)
yes
also "PHP5 and MySQL Bible" is also very good one
note that php 5 is still beta


darko
Posts: 409
Joined: Thu Jul 07, 2005 7:05 pm
Contact:

Post by darko »

ok guys, soon i'll write a tutorial explaining in detailes how to make a membership script, it's really not that complicated, i have already done one of them for an admin panle on a website i'm working one but the thing is that that script works for on one predefined username and password, the tutorial i'm going to do will explain how make the membership script to work with a database, witch means that you're user can regester and login so keep up, it's coming soon


Darko
Darko
uz
Posts: 140
Joined: Sat Dec 24, 2005 5:32 pm

Post by uz »

zeroraven wrote:
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.
i mean a portal with users who can be seen as a community, it does not only mean to have messahe board but also if possible give users some disk space for their profiles an so on.
boyvnca
Posts: 170
Joined: Mon Mar 13, 2006 10:46 pm

Post by boyvnca »

you need a database on that
skyline_music
Posts: 31
Joined: Thu Mar 23, 2006 6:51 am

Post by skyline_music »

You don't necessarily need a database, but the alternatives - saving usernames and passwords in .txt files, for example - can be risky and insecure.

I wrote some simple PHP scripts for members to sign in and add information to a page (or several pages) but one of the inherent difficulties in using .txt files like I did is that unless you have an elaborate sign-up page, you will have ask everyone individually what they would like their username and pass to be.

If you would like an example of this script, PM me and I'll see if I can find one. Otherwise, checkout
http://www.hotscripts.com - in the PHP section. :twisted:
uz
Posts: 140
Joined: Sat Dec 24, 2005 5:32 pm

Post by uz »

Yes I guess it is the right language you neeed !
Post Reply