I have here an html page I made which is supposed to show the mysql data in the input fields for me to edit or view.
Code:
For some reason, this is the result:

Code:
Code:
<?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);
?>