Öncelikle herkese merhaba elimde kendi sitemin böyle bir linki var https://turmaz2.000webhostapp.com/deneme/deneme.php
bu linkten json ajax'la veri cekmek istiyorum kodlarımda bunlar



<script></script>
<script>
$.ajax({ url: 'https://turmaz2.000webhostapp.com/deneme/deneme.php',
dataType: 'json',
success: function(JSON) { $('#deneme').empty(); $.each(JSON,
function(i, Data){ $('#deneme') .append(JSON.result.url);
}); } });
</script>







Nerede hata yapiyorum yardimci olabilirmisiniz.