include("pdo.php");
$tresc = $pdo->query("select * from `data` where `page` = 'intro_eng'")->fetch(PDO::FETCH_NUM);
echo ''.$tresc[0].'';
?>
include("pdo.php");
$tresc = $pdo->query("select * from `data` where `page` = 'zalety_eng'")->fetch(PDO::FETCH_NUM);
echo ''.$tresc[0].'';
?>
include("pdo.php");
$tresc = $pdo->query("select * from `data` where `page` = 'stopka_eng'")->fetch(PDO::FETCH_NUM);
echo ''.$tresc[0].'';
?>
All rights reserved © 2010