Trying to Play Catch-Up & get the Bigger Picture
Hi all,
Server Backend Database Access - what is best?
A bit of a layman - general question trying to get the bigger picture...
I know it's a large subject - I'm just trying to get caught up to some good CURRENT options.
Currently, I am looking into building some mobile friendly Apps/Websites that use JavaScript (json - jQuery etc.) css and html5 on the front end, And PHP?(or web services) and MySQL on the backend. These apps/sites would be for small to medium sized business for the most part.
It has been a few years since I have used PHP with MySQL database. I understand that the older original MySQL extension has been deprecated, In favor of MySQLi or PDO_MySQL extensions..
So the question is, big picture, what is the best way to interface with backend server side MySQL for this purpose? Would I use:
- web services RESTFUL?
- NODE JS?
- MySQLi?
- PDO_MySQL (Am I correct in assuming that PDO is helpful if one may need to move to another database system in the future?)
- or ???
Any links to this general subject would be helpful.
