Search results

  1. Y

    Links Dont Work in IE but will in other Browers. Please Help

    Here's the trick: DO NOT use div's inside <a> tags. The only thing that goes inside <a> tags is plain text and ocasionally <img /> tags. I would advice the following code: <a href="IFE/ife.html" id="button2"></a> Then it should work (if not, put &nbsp; inside the <a> tags.) Regards
  2. Y

    phpMyAdmin does not show databases

    Well, the title says it all: even though I have given a MySQL user full privileges to my database, it won't show up in phpMyAdmin. Also, in scripts, the command mysql_select_db won't work, and when I try "SHOW TABLES FROM `*database name*`" in the SQL window at phpMyAdmin, it gives an acces...
Top