header('Content-Type: text/html; charset=utf-8');
#error_reporting(E_ALL);
#ini_set('display_errors', '1');
$onelaunch = 1;
session_start();
include("db.php");
$_REQUEST["pl"] = str_replace("-"," ",$_REQUEST["pl"]);
$key = array_search($_REQUEST["pl"],$c_codes);
$dt = "Free Dating App & Website in ".$_REQUEST["pl"]." Earn Money chatting with men";
$dd = "";
include("metas.php");
$ads = 1;
include("header2.php");
?>
Free Dating App & Website in '.str_replace(
Free dating in '.str_replace( allows you to find a partner anywhere in '.str_replace(
we support all the regions and cities for dating in that country
$stmt = $pdodb->prepare("SELECT mainpic,username,tags FROM girls WHERE country=:country ORDER BY lastactionint desc LIMIT 20");
$stmt->bindParam(':country',$key);
$stmt->execute();
while($i3=$stmt->fetch()) {
$g++;
echo '
';
}
?>
include('footer.php');
?>