webgui/www/extras/yui/examples/charts/assets/generatedata.php
Chris Nehren 8fdd413d12 * resizable text areas now use the YUI 2.5.0 code
* add the new YUI release
* document the change in both the changelog and gotcha.txt
2008-02-26 21:27:14 +00:00

13 lines
367 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); ?>"}
]}