Posted: Mon May 17, 2004 6:07 am
Just a casual observation but would the space on this line
stop the query from running?
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.
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.