/ Published in: PHP

Fetch a list of available databases.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if ($row->Database != 'information_schema') { $list[] = $row->Database; } } } return $list; } }
Comments
