10.12.2011, 09:32
I've got a question about some of your code:
What does the '@' symbol do?
PHP код:
mysql_connect($host,$username,$password); // Connection to the database.
@mysql_select_db($database) or die( "Unable to select database. Be sure the databasename exists and online is.");