to help troubleshoot the problem, add the following code just before the </body> tag and post back the output from this:
<?php
echo("region: ".$_SESSION['Region']."<br />");
echo("SQL: ".$WA_Sql."<br />");
echo("<pre>");
var_dump($_POST);
echo("</pre>");
?>