Jump to content

logging into profile, blog and forum using php


justdunno

Recommended Posts

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.

 

 

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.

  • 2 weeks later...

Thank you for the suggestions!

@ inversesoft123, thanks so much, yes I might be able to run all of them in one session.

:D

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.