views:

46

answers:

1

Is there any kind of PHP script that has a user database with custom tables that I can access through a RESTful API? I am wanting to create an iPhone app that interacts with the user database.. such as register, login, update info...

Any ideas? Thanks!

+2  A: 

Well there's this: http://sourceforge.net/projects/phprestsql/

But maybe you should consider implementing something like openid instead? It's meant for user management and I'm sure there are APIs available for almost every language.

Example: (I can only post 1 link so google janrain iphone)

I'm sure there are others as well.

Guillaume