/ 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.
neogeek on 07/01/06
20 people have marked this snippet as a favorite
jleblanc
jonbaer
Fixe
n2linux
hxseven
blakeb
Hollow
demods
Phoenix
vali29
motoroller
digiloper
Oishiiii
nb109
umang_nine
DreamOn
kaartz
g33kish
bobbym245
lfcortes
Fetch a list of available databases.
if ($row->Database != 'information_schema') { $list[] = $row->Database; } } } return $list; } }
You need to login to post a comment.