Closed Thread
Results 1 to 4 of 4

Thread: Is this possible ?

  1. #1
    Junior Member coldveins is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    26

    Is this possible ?

    I am currently making a site that will require registration in 3 - 4 different areas.
    The Bulletin Board, PHPMotion, Blog, all require registering. I was wondering if there is a way to allow my users to sign up one time only and it would like auto register them with all the other things that require sign up ?

  2. #2
    Super Moderator#1 stuffradio has a reputation beyond reputestuffradio has a reputation beyond reputestuffradio has a reputation beyond reputestuffradio has a reputation beyond reputestuffradio has a reputation beyond reputestuffradio has a reputation beyond reputestuffradio has a reputation beyond reputestuffradio has a reputation beyond reputestuffradio has a reputation beyond reputestuffradio has a reputation beyond reputestuffradio has a reputation beyond repute stuffradio's Avatar
    Join Date
    Oct 2005
    Location
    BC, Canada
    Posts
    7,300
    Yes,

    the easiest thing to do is to google for each of them and search for integration instructions.

  3. #3
    Hrm? Tree is a name known to allTree is a name known to allTree is a name known to allTree is a name known to allTree is a name known to allTree is a name known to allTree is a name known to all Tree's Avatar
    Join Date
    Aug 2005
    Location
    /home
    Posts
    3,059
    All those different applications are talking to different databases. You could either merge all the databases or modify all the user login/registration portions of the apps to talk to one database's user table.
    Life is very short, and there's no time for fussing and fighting my friend.

  4. #4
    Sup, Recoil here. themoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond repute themoose's Avatar
    Join Date
    Jun 2005
    Location
    Uzbekistan
    Posts
    8,805
    Quote Originally Posted by Tree View Post
    All those different applications are talking to different databases. You could either merge all the databases or modify all the user login/registration portions of the apps to talk to one database's user table.
    The latter would most likely be more convenient.

Closed Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts