can someone explain the difference between
while ($row = mysql_fetch_arr ay($result, MYSQL_NUM))
while ($row = @ mysql_fetch_arr ay($result, MYSQL_NUM))
in other words, what is the @ used for....
thanks
while ($row = mysql_fetch_arr ay($result, MYSQL_NUM))
while ($row = @ mysql_fetch_arr ay($result, MYSQL_NUM))
in other words, what is the @ used for....
thanks
Comment