Welcome Guest, Not a member yet? Register   Sign In
casecade dropdown
#4

[eluser]AlexPOWER[/eluser]
Ok,
try with this.

Code:
function reload(form){
var val=form.cuntry.options[form.cuntry.options.selectedIndex].value;
self.location=index.php?cuntry=' + val;
}
and just add input function like...
Code:
<?
@$cuntry = $_GET['cuntry'];

if(strlen($cuntry) > 0 and !is_numeric($cuntry))
{
    echo "Data Error 2";
    exit;
}
?>

That may help! 8-/

So you have $cuntry as a number,and you can manipulate with it!


Messages In This Thread
casecade dropdown - by El Forum - 10-03-2009, 05:48 AM
casecade dropdown - by El Forum - 10-04-2009, 04:40 PM
casecade dropdown - by El Forum - 10-04-2009, 10:39 PM
casecade dropdown - by El Forum - 10-05-2009, 07:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB