kenny873
02-20-2003, 08:54 AM
what is the difference betweeen :
1) @ $db = mysql_pconnect("localhost", "userid", "passwd");
and
2) $db = mysql_pconnect("localhost", "userid", "passwd");
1) @ $db = mysql_pconnect("localhost", "userid", "passwd");
and
2) $db = mysql_pconnect("localhost", "userid", "passwd");