surum.php olarak kayıt edin root dizinine atın
<?php
require"mainfile.php";
include"header.php";//az görselleştirelim :p
opentable();
$sorgu = mysql_query("select * from nuke_config");
while ($row = mysql_fetch_array($sorgu)) {
echo"<div align=center>
<br><font style='color: red;'>sürümünüz $row[Version_Num]</font>
</div><br>";
}
closetable();
include"footer.php";
?>