SUP
@mysql_connect( “localhost”, “masterof_yulia”, “gfhjkm”) or die(“Could not connect to MySQL server!”);
@mysql_select_db(“masterof_profiles”) or die(“Could not select riders database!”);
$query = “SELECT * FROM riders where visibility=’1′ and year=’2011′ and sup=’sup’ order by name asc”;
$result = mysql_query($query);
print ”
“;
mysql_close();
?>




