Hi guys,
I'm a php beginner and I'm really stuck on something that I think could be quite simple.
Basically I have an xml link, which only contains 1 value.
I want to echo this value, and then once this value has been executed, simply execute another echo text value.
I've managed to execute the XML data that I need, but can't get the next echo text to show, I should mention I don't want it to display underneath the xml data, i want it to cycle to the next echo.
I'm not sure if I've explained that properly
Basically
1. Spit out XML data
2. Next 'frame' if you want to call it that, with echo 'Test 124'
Then cycle again back to the XML data
Any ideas what function I should be using?
Thanks
I'm a php beginner and I'm really stuck on something that I think could be quite simple.
Basically I have an xml link, which only contains 1 value.
I want to echo this value, and then once this value has been executed, simply execute another echo text value.
I've managed to execute the XML data that I need, but can't get the next echo text to show, I should mention I don't want it to display underneath the xml data, i want it to cycle to the next echo.
I'm not sure if I've explained that properly
Basically
1. Spit out XML data
2. Next 'frame' if you want to call it that, with echo 'Test 124'
Then cycle again back to the XML data
Any ideas what function I should be using?
Thanks