$value) { echo '

key: '.$key.' - value: '.$_GET[$key].'

'; } */ if($_GET['id_foto']==0){ //Nao existe foto, mostrar foto padrao if(!empty($_GET['altura'])){ $altura = myhtmlspecialchars($_GET['largura'], ENT_QUOTES); } if(!empty($_GET['largura'])){ $altura = myhtmlspecialchars($_GET['largura'], ENT_QUOTES); } //echo "thumbs.php?end=imagens/foto-anuncio-".$ultimo_numero_id.".jpg&largura=".$largura."&altura=".$altura; $id_imovel = $_GET['id_imovel']; $array = array_map('intval', str_split($id_imovel)); $contador = count($array); $ultimo_numero_id = $array[$contador-1]; $foto = "imagens/foto-anuncio-".$ultimo_numero_id.".jpg"; require_once("thumbs.php"); } else { //Existe foto, mostrar foto de acordo com id do imovel } ?>