PHP forum

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
acting15
Forum Newbie
Posts: 13
Joined: Sat Jun 05, 2010 6:53 pm

PHP forum

Post by acting15 »

I have a forum on my site that works fine but I want to have it so the members of my site have to sign in using their email and password that is already stored. How would I do this?
Tenaciousmug
Forum Newbie
Posts: 3
Joined: Wed Jun 16, 2010 8:25 pm

Re: PHP forum

Post by Tenaciousmug »

It isn't a simple process. It takes a lot of PHP coding.
I know their are a lot of tutorials out there on the web, but a lot of them don't work properly because some PHP and MySQL things have changed since they created their tutorials.
Phoenixheart
Forum Contributor
Posts: 123
Joined: Tue Nov 16, 2004 7:46 am
Contact:

Re: PHP forum

Post by Phoenixheart »

What kind of forum do you have? Depending on that, you may want to search for mods and addons to fit your needs.
acting15
Forum Newbie
Posts: 13
Joined: Sat Jun 05, 2010 6:53 pm

Re: PHP forum

Post by acting15 »

I have this simple one from this tutorial. http://www.phpeasystep.com/workshopview.php?id=12
Post Reply