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. Quote Link to comment https://forums.phpfreaks.com/topic/262004-gantt-chart-and-php-problem/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.