0 Members and 2 Guests are viewing this topic.
or die("getmysql error")
$sql = mysql_query("$que1") or die("getmysql error");
I still get the following when running http://www.harpersferry-weather.com/multiwx/testfile.php Warning: Wrong parameter count for min() in /home/harpersf/public_html/testfile.php on line 38
$size = '3'; //Graph size '1'=700x400 '2'=800x500 '3'=set size on next 2 lines$h_size = '700'; //Horizontal size$v_size = '400'; //Vertical size$units = 'm'; //Units on graphs 'm' or 'us'$lang = 'en'; //Language on graphs 'se'' or 'en'$group1 = '3'; //Limits records from query '1', '2' or '3' 3 uses all data in selected interval (3 is not good for longer intervals!!)$fix_date = '24 hour'; //Graph time-interval ex: '1 hour/day/month/year'$field = array('6', '', ''); //Select what you want to graph from $db_field in common_en.php 1, 2 or 3 lines$fill = '0'; //Fill line 2 '0' or '1'
<img src="../multiwx/graph1.php" alt="Graph" title="Weathergraph" />