Hi,
Most of the stuff I knew about php is somewhere very deep and I'm in the process of digging it out.
Is there a difference if I use
mysql_select_db vs mysql_query("USE ".$database);
I totally forgot about the first one and just used the second one that happens to work fine.
Is there a difference?