justdunno Posted March 3, 2010 Share Posted March 3, 2010 Hi, I am helping a friend with a website, she is using wordpress and phpBB for the forum and the blog. The thing is that right now to get into the forum or the blog the user has to log in separately. What would be the best application to use so that once you log in to your profile you can access the forums and the blogs? I'm some what new to PHP so I would really appreciate some help. Thank you. Link to comment https://forums.phpfreaks.com/topic/193958-logging-into-profile-blog-and-forum-using-php/ Share on other sites More sharing options...
Siddesh_savant2000 Posted March 3, 2010 Share Posted March 3, 2010 Hi..........m also new out here Link to comment https://forums.phpfreaks.com/topic/193958-logging-into-profile-blog-and-forum-using-php/#findComment-1020761 Share on other sites More sharing options...
inversesoft123 Posted March 3, 2010 Share Posted March 3, 2010 I the forums and the blogs are hosted on same domain then you can run multiple sessions in one time. Also you can merge two databases into one and register 1 session of your user. If sites are hosted on different server you can you curl for that. Link to comment https://forums.phpfreaks.com/topic/193958-logging-into-profile-blog-and-forum-using-php/#findComment-1020768 Share on other sites More sharing options...
justdunno Posted March 12, 2010 Author Share Posted March 12, 2010 Thank you for the suggestions! @ inversesoft123, thanks so much, yes I might be able to run all of them in one session. You mentioned "If sites are hosted on different server you can you curl for that." I'm sorry I'm not familiar with that term. What exactly is curling? Thanks so much. Link to comment https://forums.phpfreaks.com/topic/193958-logging-into-profile-blog-and-forum-using-php/#findComment-1025191 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.