-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/pgsql/tests/
File Upload :
Current File : //usr/src/php/ext/pgsql/tests/9999dropdb.phpt

--TEST--
PostgreSQL drop db
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
<?php
// drop test table 

include('config.inc');

$db = pg_connect($conn_str);
pg_query($db, "DROP TABLE ".$table_name);

echo "OK";

?>
--EXPECT--
OK

Copyright © 2017 || Recoded By Mr.Bumblebee