/ Published in: PHP
Fetch a list of available databases.
Expand |
Embed | Plain Text
if ($row->Database != 'information_schema') { $list[] = $row->Database; } } } return $list; } }
You need to login to post a comment.
