Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-06-2013, 02:44 PM   PM User | #1
srinivas2036
New to the CF scene

 
Join Date: Feb 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
srinivas2036 is an unknown quantity at this point
PHP login help

hello everyone...!

I have created a website (it is in testing phase). It requires login to use any of the features. for that website i have also added a forum using phpbb. But when a user is going into the forum it is again asking the username and password though he is sign in mode. how to solve this.

Please help me.

Thankyou.
srinivas2036 is offline   Reply With Quote
Old 02-06-2013, 02:56 PM   PM User | #2
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,635
Thanks: 4
Thanked 2,448 Times in 2,417 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
You'll want to write a bridge that makes use of the session handling functionality of the forum software. I assume you are actually sharing whatever the user table is that correct?
Effectively, the sessions need to match something that phpbb understands. I don't use phpbb and don't know their structure, but they likely have a separate handling file just for its sessions. You want to make use of that in your home page to bridge the forum software to your software.
__________________
As of PHP 5.5, the MySQL library has been officially deprecated. It is recommended to move to either MySQLi or PDO libraries for your mysql connectivity. See here for help choosing which interface you prefer: http://php.net/manual/en/mysqlinfo.api.choosing.php
Fou-Lu is offline   Reply With Quote
Reply

Bookmarks

Tags
forum login problem php, php script

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:08 PM.


Advertisement
Log in to turn off these ads.