Files
Phraseanet/www/include/jslibs/yui2.8/examples/charts/assets/generatedata.php
Romain Neutron 4c5b7eb658 V 3.5 RC 1
2011-12-05 00:23:28 +01:00

14 lines
386 B
PHP

<?php
/* yadl_spaceid - Skip Stamping */
header('Content-type: application/json');
?>
{"Results":
[
{"Name":"A","Value":"<?php echo rand(0, 99); ?>"},
{"Name":"B","Value":"<?php echo rand(0, 99); ?>"},
{"Name":"C","Value":"<?php echo rand(0, 99); ?>"},
{"Name":"D","Value":"<?php echo rand(0, 99); ?>"},
{"Name":"E","Value":"<?php echo rand(0, 99); ?>"}
]}