First, unless you are connecting to multiple databases in your script, you don't need to add the $connection part to your mysql_query's. It will automatically know to use the DB your connected to. But you can leave it...no harm.
Second, in connection.php, add
or die(mysql_error());
to your mysql_connect command. Or just show us the code, that would help more.
Then let us know what happens.