I have the Dreamweaver extension.
I am trying to create a dynamic chart using calculated PHP variables as opposed to a recordset - is this possible?
There is no option to use anything other than a recordset when creating a dynamic chart, but I thought there might be a way round it.
I have tried creating a simple chart and replacing the values with <?php echo ...?>, but because the values are read from an XML file, this doesn't work.
Thanks for any help.