<?php error_reporting(E_ALL); ini_set('display_errors',1); //echo phpinfo(); //$url="https://pedidos.net.ar/registro/api/index.php"; $url="http://localhost/api/index.php"; ec...
Try passing the url and parameters directly Like http://localhost/api/index.php?action=list&object=categorias In the curl_init function
What i really want to know is if it will help my application scale better ?
Please what is the advantage of using docker with PHP ?