Skip to content

Instantly share code, notes, and snippets.

@Drkrai
Drkrai / PDO_Cheatsheet.php
Created September 13, 2023 03:48 — forked from hanvari/PDO_Cheatsheet.php
PHP PDO Cheatsheet
<?php
/*
Reference:
http://code.tutsplus.com/tutorials/why-you-should-be-using-phps-pdo-for-database-access--net-12059
*/
function connect(){
/*