mysql_list_dbs

Status
Not open for further replies.

codeman_nz87

New Member
Messages
12
Reaction score
0
Points
0
I'm trying to use mysql_list_dbs but it keeps coming up with internal server error. is there something wrong with it? here is my code:
print_r(mysql_list_dbs(mysql_connect('localhost', 'xxxxxx', 'xxxxxxx')));
 
Status
Not open for further replies.
Top