I have no problem connecting to a database using PHP however in some scripts I have tested, I have seen a small difference in the connect command.
What is the difference between @mysql_connect
and mysql_connect
?
I have never used the @
symbol when writing my own script so was just wondering if it served a purpose.
Thanks in advance