el contenido de test.php debe ser el siguiente:
Código:
<?php
$dbh=mysql_connect ("localhost", "tctint_Julia", "??????") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("tctint_tctnews");
?>
no olvides encerrar el codigo entre "<?php" y "?>". esto le indica al servidor que se trata de codigo PHP.