I created an .json file using the following code:
<?php
function get_data(){
$connect = mysqli_connect("localhost", "root", "", "videos");
$query = "SELECT * FROM 'tb_indice'";
$result = mysqli_query($connect, $query);
$data = array();
whi...
asked by
20.01.2018 / 18:36