I have two questions: 1. I would like to build a php page that contains a Windows explorer-like drill down mechanism, where clicking the '+' beside an item will expand the sub-items below (which can also have a '+' or '-' on the left) and clicking the '-' will collapse the item. Is there any existing code for that or hints how I can do it?
2. I have allowed packets through my firewall destined for port 3306, the mysql server. So I can connect to the server from a remote machine. Are there any known security vulnerabilities in the mySQL server? Many thanks, Rich