in reply to Re^3: Getting mysql data into gd
in thread Getting mysql data into gd

Got things down to the query

my $batchnumber = $CGI ->param('batchnumber')||"20170903nervana" ; my $sql = "SELECT time, mastuntemp, LineTemp, spargtemp FROM brew_temp +_tb WHERE sitename = 'Brew' AND batchnumber = '$batchnumber' ORDER BY time";

There is data in the database. Which I display in ttml