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')));