Ejemplo n.º 1
0
<?php

require_once "lib/simple_html_dom.php";
include "inc/Track.php";
header('Cache-Control: no-cache, must-revalidate');
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Content-type: application/json');
$track = new Track();
echo $track->toJson();