Download computer tutorials in PDF

Create dynamic web pages with PHP and PDO

Download free training document to learn how to create a web pages using MySQL, PHP and PDO .Course material, tutorial training, PDF file on 11 pages intended to beginners by Paul DuBois.

The PHP Data Objects (PDO) defines an excellent interface to access a PHP database. Each database driver that implements the PDO interface can use specific features of each of the databases using extension functions. Note that you can not perform any database functions using the PDO extension by itself; you must use a specific PDO drivers to the database to access the database server.

Plan de cours

Size : 33.00 Kb
Downloads: 803
Created: 2016-07-21

Download file

Others related eBooks about Create dynamic web pages with PHP and PDO

Learning PHP

Download free course Learning PHP, pdf file on 603 pages by Stack Overflow Community.

PHP: The Right Way

Download free course PHP: The Right Way, pdf file on 76 pages by Phil Sturgeon, Josh Lockhart.

Download free PHP course

With this PDF tutorial you will learn the basics of PHP ,understand the working model of PHP to begin coding your own projects and scripts.Free courses under 95 pages designated to beginners.

PHP Succinctly

Download free course PHP Succinctly, pdf file on 119 pages by José Roberto Olivas Mendoza.

PHP: The Right Way

There’s a lot of outdated information on the Web that leads new PHP users astray, propagating bad practices and insecure code. PHP: The Right Way is an easy-to-read, quick reference for PHP popular coding standards, links to authoritative tutorials around the Web and what the contributors consider