".$tags ." dating members
"; ?> Encontrar puede ser una elección personal para alguien que busca esto en la vida. Ofrecemos personas interesadas de todo el mundo en guapas.org

prepare("SELECT mainpic,username,nostrnpub,tags,city,country FROM girls WHERE tags LIKE CONCAT('%',:country,'%') ORDER BY lastactionint desc LIMIT 8"); $stmt->bindParam(':country',$tags ); $stmt->execute(); while($i3=$stmt->fetch()) { $g++; echo '
'; if($i3["mainpic"] <> ""){ echo ''; }else{ echo ''; } echo '
'.$i3["tags"].''; $atags = explode(",",$i3["tags"]); if($i3["city"] <> ""){ echo '
by city
'; foreach($atags as $tag){ $tag = trim($tag); echo ''.$tag.' '.$i3["city"].'
'; } } if($i3["country"] <> ""){ echo '
by country
'; foreach($atags as $tag){ $tag = trim($tag); echo ''.$tag.' '.$c_codes[$i3["country"]].'
'; } } echo '
'; } ?>