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!
Right now, I have phpBB and Coppermine gallery (php) installed. Currently, you have to login to the gallery to post, as well as the forum (obviously). I want to be able to use the same cookie that phpBB uses for the gallery so whenever someone is logged onto the php forum, they can go to the gallery w/o having to login again. How can I go about doing this?
Personally, I think the best way would be to code your own script based off of phpBB's member system... I think it'd be a lot of trouble changing someone else's script to go off of phpBB If you needed help coding your own, I'm sure I could help you get it working with phpBB
Well, if you are on AIM sometime, IM me @ tristanlee85. I've got no life so I'm usually on here.
I know that phpBB using sessions and cookies, but I can only see where the gallery only uses cookies, but maybe sessions are used. Any help is appreciated.