I have two drop down boxes... when someone selected a value in the first one i want it to change what shows in the second....
for example http://www.tigerairways.com/home/index.php click the gold coast in the from option list... see in the to list now only shows a couple.... how can i do this???
Needs Javascript to do that. You can get the lists of options with PHP of course, but the context-sensitive drop-downs thing is a JS or AJAX job.
get a js libary called jQuery (not an affliate) and you can do this feature.