query("SELECT * FROM team"); while($rowsteam = $sorguteam->fetch()){ echo '
'.$rowsteam[

'.$rowsteam["title"].'

'; } ?>