hi guys, i am doing some examples from a book, and i can't work out when they say this
@ $db = mysql_connect('localhost','root','');
mysql_select_db('users');
@ $query = "select from login where user=$user and pass=password('$pass');
the first thing i don't get is what does the sign @...