Button for showing databases
Posted by: administrator (---.sympatico.ca)
Date: May 11, 2006 04:28AM

Hi,

can anybody show me how to put a button that when clicked will show all the databases I created in MySql? Thank you.

Options: ReplyQuote
Re: Button for showing databases
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: May 15, 2006 12:36AM

that is simple, use the mysql_list_dbs() function.

[us3.php.net]

If you are lazy like me, you can probably find a php class that does this for you at phpclasses.org. The site takes forever to load but it is the defacto site on the net to find open source php classes that are easy to use in your projects.

[www.phpclasses.org]

This would aslo be a good idea to use AJAX for this too.



Post Edited (05-15-06 00:43)

CyberSpatium
----------------------
WAMP Forum Admin

Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.

Options: ReplyQuote


Sorry, only registered users may post in this forum.