Details Added Successfully
Details Updated Successfully
A/C Manager Transfered Successfully
Export
Add User
| Id |
Title |
Meta Title |
Meta Keywords |
Action |
1)
{
$pagination .= "";
$pagination.=" ";
}
for($i = 1; $i <=$total_pages; $i++)
{
if(($page) == $i)
{
$pagination .= $i;
$pagination.=' ';
}
else
{
$pagination .= "";
$pagination.=' ';
}
}
if($page < $total_pages)
{
$pagination .= "";
$pagination.=" ";
}
$qry_contact.=" limit $from,$max_results";
$qry_contact; //Limit print//
$result=mysql_query($qry_contact);
//print_r($qry_contact); //Display Result//
////////////////////////////////End pagination////////////////////////////////////
if(mysql_num_rows($result)>0)
{
$inc=1;
while($row_contents=mysql_fetch_array($result))
{
$id = $row_contents['id'];
$title = $row_contents['title'];
$meta_title = $row_contents['meta_title'];
$meta_keywords = $row_contents['meta_keywords'];
?>
|
|
|
|
|
|
| No Record Found |