$b=$pdo->prepare(" INSERT INTO `main` SET tel=:tel");
$b->bindValue(":tel", '79998887766');
$pdo->prepare(" INSERT INTO `main` SET tel=:tel")->execute(["tel" => '79998887766']);
assoc .qnahabr=myexefile
ftype myexefile="%1" %*
c:\>assoc .exe
.exe=exefile
c:\>ftype exefile
exefile="%1" %*
c:\>assoc .pif
.pif=piffile
c:\>ftype piffile
piffile="%1" %*
c:\>assoc .scr
.scr=scrfile
c:\>ftype scrfile
scrfile="%1" /S