Cole001 Posted May 3, 2012 Share Posted May 3, 2012 I'm using Chart Free and the URL method. I am hardcoding everything in my chart except the dates. Every tag is working except the <task tag. After retrieving a record I am writing a $strXML .= statement for each one. My resulting XML is well formed. If I run my PHP data program it displays my XML as well formed. If I run the PHP program that calls my data program, then everything is shown on the first process line of my gantt chart. Here's the wierd part. If I copy and paste that well formed XML task data, into my PHP data program under one $strXML .= statement, then everything prints where it is supposed to. I can even put a $strXML .= statement before each <task tag and it still works properly. Has anyone had this happen and can anyone give me a clue. Thanks for any help. Link to comment https://forums.phpfreaks.com/topic/262004-gantt-chart-and-php-problem/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.