Forum Moderators: open
Is there any way (query) to display all the available db for the user to select one from a drop down or something?
I've been trying with: Select * from master..sysdatabases with no luck.
Thanks for your help.
Would it be something like <?php show databases ?> ?