Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
<?php
session_start();
try{
$db = new PDO("mysql:host=localhost;dbname=pekso;charset=utf8", "root","12345678");
}catch(PDOException $e){
echo $e->getMessage();
}
$sorgu = $db->query("SELECT * FROM tabloismiWHERE id = sütun_id_yaz_buraya")->fetch(PDO::FETCH_ASSOC);
$can = $sorgu;
<?php echo $can['cekmek_istedigin_sutun']; ?>