Easy newbie question. I've searched all the PHP documentation I can
find, but can't find an answer.
What does the "@" mean, in this context:
@mysql_select_d b( "scripts");
(Have you ever tried Googling for the @ symbol? Doesn't work.)
find, but can't find an answer.
What does the "@" mean, in this context:
@mysql_select_d b( "scripts");
(Have you ever tried Googling for the @ symbol? Doesn't work.)
Comment