I want to use ajax to display a string that concatenates the values of several different selection boxes.
I'm trying to use SAJAX - A Simple Ajax Toolkit for PHP that does not appear to be that simple. You can see the SAJAX code at http://www.brinsterinc.com/sajax.php. It appears to support the request of post values which is what I am trying to do but I can't figure out how to
If there is another ajax framework you can recommend, please do so.