Good colleagues I want to insert data from a small program in PHP to the Firebase Database, through Curl, I currently have this code
$url = "https://direcciones-.firebaseio.com/hola.json";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url)...
asked by
04.01.2018 / 19:16