PHP: PDO - Manual - PHP: Hypertext Preprocessor
Be careful with PDO extends : if you use the smileaf's example, PDO will close the connection only at the end of the script, because of the "array( $this )" parameter used with the setAttribute() method. Instead, I use only this : $this->setAttribute( PDO...