• i have the latest installation of wordpress.
    what i want to do is this:

    Suppose i have a site at http://www.mysite.com and it is running wordpress
    now i want to create a page called userAuth.php so the url will be http://www.mysite.com/myapp/userAuth.php when this page is open the user is presented with a login form.

    On successful authentication of the use he is presented with another form userData.php where he has fields such name,sname,no etc where he can enter the details and save them.

    Then when on my mobile app i get the data form http://www.mysite.com/myapp/servData.php i will get the data the user has entered.

    i know how to code the above mentioned interface in PHP but i was wondering is there a plugin or some other hack in WordPress that i can use for my api needs?

The topic ‘How to create backend API for Mobile Apps using wordpress’ is closed to new replies.