26.06.2011, 13:01
Yes.
mysql_connect returns a connection id and all others funcions uses this id is default to 0.
If you
mysql_query(query, 1), you'll be query'ing the second connection.
mysql_connect returns a connection id and all others funcions uses this id is default to 0.
If you
mysql_query(query, 1), you'll be query'ing the second connection.