17 lines
396 B
PHP
17 lines
396 B
PHP
<?php
|
|
/**
|
|
* Created by Simon
|
|
* For stock index compare and draw in echart
|
|
* Date: 2019/5/26
|
|
*
|
|
**/
|
|
#set dispay_errors to adjust when coding
|
|
ini_set('display_errors',1);
|
|
?>
|
|
<form name ="myform" id="myform" method="post">
|
|
|
|
<input type="hidden" name="x" id= "x" value='<?php //echo json_encode=($l_x)?>' />
|
|
</form>
|
|
<script src='../lib/echarts.min.js'></script>
|
|
<script src='js/itrend.basic.js'
|