Page 1 of 1

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

Posted: Mon Dec 15, 2003 4:32 pm
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

Posted: Mon Dec 15, 2003 4:35 pm
by monkeyj
Umm, saw the dbznetwork thingy one after i posted.. uhh
but that still wasn't helpful.. sorry bout that... :-/

Posted: Mon Dec 15, 2003 4:36 pm
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.

Posted: Mon Dec 15, 2003 4:36 pm
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.