Query with JSON return

-1

What is the most practical and safe way to provide an EXTERNAL query to my database and return a JSON? PHP

    
asked by anonymous 12.04.2018 / 18:16

1 answer

0

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.

    
12.04.2018 / 21:02