If I use these settings:
$hostloc = "${WEBROOT}/"; //must have trailing slash
$jploc = "${WEBROOT}/jpgraph-3.0.5/src/"; //must have trailing slashI get the first picture below (JP Graph1)
If I use these settings:
$hostloc = "http://www.cavecountryweather.com/"; //must have trailing slash
$jploc = "http://www.cavecountryweather.com/jpgraph-3.0.5/src/"; I get the second picture below (JP Graph2). Which one is moving in the right direction?