MySQL Database Php

   @mysql_connect("mysql153.secureserver.net","rntsoft","password") or die("Could not connect to MySQL server!");
   @mysql_select_db("rntsoft") or die("Could not select database!");
   echo "You're connected to a MySQL database!";
   mysql_close();
?>