View Single Post
Old May 13th, 2007, 11:53 AM   #1
pegasus001
Hobbyist Programmer
 
pegasus001's Avatar
 
Join Date: Nov 2006
Location: 163H
Posts: 213
Rep Power: 2 pegasus001 is on a distinguished road
@ before functions???

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.
__________________
You never test the depth of a river with both feet.
The believer is happy. The doubter is wise.
Free speech carries with it some freedom to listen.
The next generation will always surpass the previous one. It`s one of the never ending cycles of life.
pegasus001 is offline   Reply With Quote