Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pdo

PHP stream_get_contents() behaves strangely reading an LOB from a database

php oracle-database pdo

How to fetch values likes PDO::FETCH_COLUMN in Doctrine?

pdo doctrine-orm

Is it possible to keep unique index in result array using PHP PDO::FETCH_UNIQUE?

PHP PDO: Set FireBird connection timeout

php timeout pdo firebird

Getting the insert and update ID with PDO

php pdo

Connecting to MSSQL from PHP securely with encryption?

php sql-server pdo

Should I prepare all queries even if they will only be executed once?

PDO : prepare with bindvalue and like %

php sql pdo prepare

Is it possible to get the id to be inserted in the database before insert

php postgresql pdo

Sqlite PDO query returns no results

php sql sqlite pdo

How can I load classes from multiple directories with __autoload?

php oop pdo autoload

Don't rollback on errors in transactions using PHP, PDO and Postgres

php postgresql pdo yii

PDO::exec or PDO::execute?

php pdo execute

What is the difference between PDO and MySQLi prepared statements?

php mysqli pdo

Cannot find OpenSSL's <evp.h> when installing mysqlnd on PHP 7.0.13

php c pdo php-7 mysqlnd

How to check if a booking exists within the time frame?

php mysql datetime pdo