Programming

Tutorials

  • Access MySQL DB using PDO in PHP

    Access MySQL DB using PDO in PHP

    Most, if not all new PHP server installations now a days include the PHP Data Objects API (PDO_MySQL), this extension is recommended if there’s a chance of connecting to different DBMS (Database Management Systems) in the future. Because same functions will be used to issue queries and to fetch data, only a single API needs…