waynew Posted June 27, 2008 Share Posted June 27, 2008 On line 4? <?php include ( 'src/jpgraph.php'); include ('src/jpgraph_line.php' ); graph = new Graph(300,200,"auto"); ?> Link to comment https://forums.phpfreaks.com/topic/112218-huh-parse-error-syntax-error-unexpected/ Share on other sites More sharing options...
Guest Posted June 27, 2008 Share Posted June 27, 2008 graph = new Graph(300,200,"auto"); missing a $ Link to comment https://forums.phpfreaks.com/topic/112218-huh-parse-error-syntax-error-unexpected/#findComment-576047 Share on other sites More sharing options...
waynew Posted June 27, 2008 Author Share Posted June 27, 2008 Please tell me I'm not that fucking retarded. How on earth did I miss that???????? Link to comment https://forums.phpfreaks.com/topic/112218-huh-parse-error-syntax-error-unexpected/#findComment-576048 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.