<?
$username="******";
$password="******";
$database="aiabgame_joomla";
mysql_connect(localhost,$username,$password);
@mysql_select_db($database) or die( "Unable to select database");
$query="SELECT * FROM jos_games WHERE Type='Joystick'";
$result=mysql_query($query);
$num=mysql_numrows($result);
mysql_close();
?>
<html>
<head><center>
<?
$i=0;
while ($i < $num) {
$Title=mysql_result($result,$i,"Title");
Echo $Title;
Echo "<BR>";
$i++;
}
?>
</center>
</body>
</html>
Time to create page: 0.076 seconds