Jump to content

kumarangopi

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by kumarangopi

  1. kumarangopi

    Parse Error

    <?php include('GrowthChart.class.php'); $patientXData = array(2, 4, 6, 8, 10, 12); $patientYData = array(36, 40, 42.2, 44, 45, 45.8); $xvals = join(',', $patientXData); $yvals = join(',', $patientYData); ?><html><head> <title>Growth Chart Example</title></head><body> <img src='chart.php'?style=<?= GrowthChart::STYLE_HEAD_AGE; ?>#####=<?= GrowthChart::SEX_MALE; ?>&maxage=35&xvals=<?= $xvals ?>&yvals=<?= $yvals ?> /></body></html>Parse error: parse error, unexpected ';', expecting '(' in C:\PHP\php-growth-charts\php-growth-charts\example.php on line 17Can anyone help me how to go thorugh that error?
  2. kumarangopi

    Please Help Me

    Notice: Use of undefined constant IMG_PNG - assumed 'IMG_PNG' in C:\ASP\php\jpgraph-2.1.1\src\jpgraph.php on line 410JpGraph Error This PHP installation is not configured with the GD library. Please recompile PHP with GD support to run JpGraph. (Neither function imagetypes() nor imagecreatefromstring() does exist) This is the error iam getting, how to go with it?Please help me
  3. Iam new to PHP.I want to develop growth charts using PHP.Can anyone tell me how shall I start and with what?Does PHP programs run on AIX machine?
×
×
  • Create New...