What is the most practical and safe way to provide an EXTERNAL query to my database and return a JSON? PHP
What is the most practical and safe way to provide an EXTERNAL query to my database and return a JSON? PHP
You would have to do a system API (Rest or SOAP), in my opinion in PHP, the best way to do this is using the framework Slim , that's clear for JSON files.