<?$link=mysql_connect('localhost', 'ale', 'ale') or die('Could not connect: ' . mysql_error());echo 'Connected successfully';mysql_close($link);?>