Please help!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

leenoble_uk
Forum Contributor
Posts: 108
Joined: Fri May 03, 2002 10:33 am
Location: Cheshire
Contact:

Post by leenoble_uk »

Just a casual observation but would the space on this line

Code: Select all

<?php
$result = @mysql_query ($query); // Run the query.

?>
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.
apple
Forum Newbie
Posts: 21
Joined: Wed Mar 03, 2004 12:50 am
Contact:

Thank You

Post by apple »

I want to thanks Everybody for helping me.... God Bless All of You!
Post Reply