> To others on the list: how do perl, jsp, asp, etc. > handle the passing of multiple selects? What is their equivalent of php's > "var[]" syntax for handling form values?
>From what I've picked up, if there are multiple variables in the query string / post data with the same name, the scripting language will automatically make it into an array. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php