jpGraph can't include PHP file
问题 I am trying to include one PHP file in another PHP file that creates a jpGraph image (The reason is that I am loading mySQL data for the chart, and I want to put the login credentials into a separate file) I know that the chart is created (because a correct image file is created) but the chart does not show up in the web page. Here is a simplified code example: login.inc.php <?php $lhostname="localhost"; $lusername="joeschmack"; $lpassword="autumnleaf"; $ldatabase="customers"; ?> accbarex1