[PHP-DB] Designing An API with PHP/MySql

2008-04-18 Thread A. Joseph
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

Re: [PHP-DB] Designing An API with PHP/MySql

2008-04-18 Thread Ryan Yagatich
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