Can I create a database using PDO in PHP

Posted by thearchitect on Stack Overflow See other posts from Stack Overflow or by thearchitect
Published on 2010-04-06T09:11:30Z Indexed on 2010/04/06 9:13 UTC
Read the original article Hit count: 196

Filed under:
|
|

I am create a class which uses PDO to interact with MySQL. Can I create a new MySQL table using PDO?

© Stack Overflow or respective owner

Related posts about php

Related posts about pdo