Code: Select all
<?php
$result = @mysql_query ($query); // Run the query.
?>Edit: No apparently not. I just fiddled with a few of my scripts and added whitspace between the function and the bracket and it still worked.
Moderator: General Moderators
Code: Select all
<?php
$result = @mysql_query ($query); // Run the query.
?>