Hi i am wondering how well and hoe to interact PHP with java script.
I am calling arrays from a database to display ina select box, and that works fine at the moment, however what i want to happen is that when they select a particular option in one box, it changes the options in the next one. How can i call an array using javascript after it comes onto the site through PHP.
The reasonn i want this is so that it is faster and done mainly on client side serving rather than calling the server again through PHP.
Thanks in advance
James