Hi,
Is there any way I can create a PostgreSQL database through PHP. For instance, in PHP with MySQL, you can create a MySQL database through the use of PHP's mysql_create_db. Is there a same thing in PostgreSQL or the database creation is only static?
Thanks!🙂