I'm a total newb with most PHP and.. I need a signup/login

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
monkeyj
Forum Commoner
Posts: 82
Joined: Mon Dec 15, 2003 4:32 pm
Location: USA
Contact:

I'm a total newb with most PHP and.. I need a signup/login

Post by monkeyj »

Ok, I'm a total newb with most PHP and.. I need a signup/login script... or database to store the names in.. i have MySQL..
etc.. all the stuff needed..

I just don't know how to script it...
Something like this forum kind of signup/login thing...

I'm in need of it because I want to make a members section on my site...
http://monkeyblast.com
and.. I figure this is the "most professional" way to do it...
My site now is a drag because I don't know anything but HTML...
and..
It's unorganized....

I'm in the middle of organizing and setting up the other features...
but I don't know how to do this one...

Any help appreciated...
-Brice :D
User avatar
monkeyj
Forum Commoner
Posts: 82
Joined: Mon Dec 15, 2003 4:32 pm
Location: USA
Contact:

Post by monkeyj »

Umm, saw the dbznetwork thingy one after i posted.. uhh
but that still wasn't helpful.. sorry bout that... :-/
User avatar
uberpolak
Forum Contributor
Posts: 261
Joined: Thu Jan 02, 2003 10:37 am
Location: Next to the bar

Post by uberpolak »

Why don't you try a premade solution? This site uses phpBB, that's probably the easiest way to get what you're looking for.
User avatar
infolock
DevNet Resident
Posts: 1708
Joined: Wed Sep 25, 2002 7:47 pm

Post by infolock »

http://www.phpbb.com

great forum

if you want to learn php though, a good place to start is the manual on php.net's site.

http://www.php.net/manual/en/


other than that, you should try to do this script on your own to learn how php works.. use the functions found in the manual. this language is easy to learn, it just takes you a while to learn the ropes. find some introductory php manuals ( some good ones are on phpbuilder ) and go from there.
Post Reply