Unless your server has been reconfigured you need to use a .php extension. That would be the first step.
<?php
include("database.php");
mysql_select_db(my_db, $con);
$result = mysql_query(SELECT * FROM teams);
$row = mysql_fetch_array($result);
?>
"/>
"/>
"/>
"/>
"/>
"/>
"/>
Verified: <? print $row['veri']; ?>
<?
}
mysql_close($con);
?>