Hi all....
Ok, so I've got 3 components, all working independently:
1) Simple HTML page
2) PHP Script (which produces 3 arrays)
3) Javascript (which processes 3 arrays)
Now, I need to hook them all together through the HTML. The PHP should be called on the loading of the page, and the results pushed into the Javascript.
Would anyone be able to show me how to hook this all together?
Cheers,
Todd