<?
include "connect.php";
include "function.php";
$perRow = 4;
echo '<table width=800 border=2>';
$sql="select * from tb_addmonth order by id_m asc";
$result=mysql_db_query($dbname,$sql);
//echo "
//<table width='80%' border='1'>
// <tr bgcolor='#D2E9FF'>
// <td width='8%'><center><b><font size='2' face='MS Sans Serif'>ID</font></b></center></td>
// <td width='61%'> <center><b><font size='2' face='MS Sans Serif'>Web Directory</font></b></center></td>
// <td width='15%'> <center><b><font size='2' face='MS Sans Serif'>Edit</font></b></center></td>
// <td width='16%'> <center><b><font size='2' face='MS Sans Serif'>Delete</font></b></center></td>
//</tr>";