Yes this I have done, but I am not sure why it is not doing it. I have set it out to be read in string.
But it still does not.
I did This:
var ds1 = new Spry.Data.XMLDataSet("t_38_1208181878.xml", "Program/ProgramsTasks",{useCache:false});
<div spry:repeat="ds1">
<?PHP
$ThisVariable = "{Tasks}";
$ThisChunk = explode("||", $ThisVariable );
echo "Chunk 1 = $ThisChunk[0]";
echo "Chunk 2 = $ThisChunk[1]";
echo "Chunk 3 = $ThisChunk[2]";
?>
</div>
Output is:
Chunk 1 = 70||1207290213||Agility||Abdominals||Agility Ladder||ex_26_a.jpg
Chunk 2 =
Chunk 3 =
I have also tried:
$ThisVariable = {Tasks};
This is the Error I get
Parse error: syntax error, unexpected '{' in /home/virtualw/public_html/trainers/trainer_panel/Trainer_DailyProgEL_PDF.php on line 83