Código PHP:
Ver original
foreach ($_GET as $key => $value){ if ($_GET[$value]) { $where[]="'".$_GET['key']."=".$_GET['value']."'"; } }