|
From: "A. Joseph" on 18 Apr 2008 04:25 How can I design a system that let other people modify record from another server? Like I have registered member on my site, people can use external application to check if the (1) user is registered (2) user is online (3) update user profile on mysite Like the myspace.com stuff, I saw I php class from phpclasses.org that you can use to modify your profile from another server. So I want to design something like myspace, but sometime I will want others to be able to check if a user is registered or online on my system. I want to use PHP/MySql. Please I basic example/article link will be appreciated.
From: Ryan Yagatich on 18 Apr 2008 09:27 A. Joseph wrote: > How can I design a system that let other people modify record from another > server? Like > > I have registered member on my site, people can use external application to > check if the > > (1) user is registered > > (2) user is online > > (3) update user profile on mysite > > > > Like the myspace.com stuff, I saw I php class from phpclasses.org that you > can use to modify your profile from another server. > > So I want to design something like myspace, but sometime I will want others > to be able to check if a user is registered or online on my system. > > > > I want to use PHP/MySql. > > Please I basic example/article link will be appreciated. > > Try SOAP, it's a great system and can smell good too: http://en.wikipedia.org/wiki/SOAP http://www.php.net/soap Regards, Ryan Yagatich -- Pantek, Inc. - http://www.pantek.com/ - info(a)pantek.com +1-877-LINUX-FIX - Expert Open Source Technical Support
|
Pages: 1 Prev: Generating random numbers Next: Select query with Forein key Relation |