I'm going to be building some simple web services using PHP for my app to use and I curious about what web server solutions others are using. I know Google, Amazon, and Microsoft all offer cloud solutions. I'm wanting to get opinions from others who have used some of these to help me figure out what will be the best option for what I need.
The services I'm going to be creating will basically be getting data, such as name, membership number, address, etc., from a form in the app and using that info to query my database and return the results in JSON which will then be parsed by the app. Basically I'm just needing a web server for the PHP scripts. The database already exists but I'm not sure if the web server will be able to access it where it currently is or if a copy of the database is going to need to be made on the web server.
Thanks for advice and opinions in advance!
The services I'm going to be creating will basically be getting data, such as name, membership number, address, etc., from a form in the app and using that info to query my database and return the results in JSON which will then be parsed by the app. Basically I'm just needing a web server for the PHP scripts. The database already exists but I'm not sure if the web server will be able to access it where it currently is or if a copy of the database is going to need to be made on the web server.
Thanks for advice and opinions in advance!