|
| include('include_head.php');?> |
|
|
|
$limit = '10';
include ("admin/config.php");
if (isset($_GET["start"])){
}else{
$start=0;
}
if (isset($_GET["page"])){
}else{
$page=1;
}
$sql1="select * from press order by id desc LIMIT $start,$limit";
$result1 = mysql_query($sql1);
$totalp1 = mysql_num_rows($result1);
while ($r1=mysql_fetch_array ($result1)) {
?>
| |
|
 |
|
} ?>
|
 |
|
|
|
|
 |
| include('include_foot_menu.php');?> |
 |
 |
 |
 |
|
 |
| Copyright @ 2011 Tai Tan Restaurant. All rights reserved |
|
|
 |
 |
 |
 |
 |
 |
|