A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by m2babaey » Sat Jul 11, 2009 10:53 pm
Code: Select all
$result = @mysql_query( $sql );
$result = mysql_query( $sql );
Post by califdon » Sat Jul 11, 2009 10:56 pm
Return to “PHP - Code”