Hi, I am creating an application that uses backbone.js as front end. It sends quiet calls to the server. I made a front end. I want to create a backend in php where I can get these requests, get data from the database and give an answer.
Can you offer tutorials for the same or show an approach to make a server server in php?
source
share