Well the title is self explanatory, i have seen this used a lot of times but dont know the difference :
Are the same :
$link = mysql_connect("localhost", "root", "pass") and
$link = @mysql_connect("localhost", "root", "pass")
If not what is the difference.