ssh2pid 'lil me shod had xnged the flow to:
<?php
echo "<html>";
echo "<body>";
$select=$GET['select'];
$for=$GET['for'];
if ($select=='city') {
$city = $for;
}
echo " City: $city";
echo " Select: $select";
echo " For: $for";
?>
</body>
</html>
--- problem solved.--- just me being lousy
im quite intrigue though
previously for me the code
$select=$POST['select'];
$for=$POST['for'];
works fine to me...