Esempio n. 1
0
                <div class="box-body">
                  <table id="category" class="table table-bordered table-striped">
                    <thead>
                      <tr>
                        <th>Sr. no.</th>
                        <th>City Name</th>
                        <th>Delete</th>
                      </tr>
                    </thead>
                    <tbody>
                      <?php 
$pagination = new pagination();
$selectCategory = new dataInfo();
$tbl_name = "city";
$targetpage = "viewCity.php";
$testimonial = $pagination->selectAll($tbl_name);
if (isset($_REQUEST['page'])) {
    if ($_REQUEST['page'] > 1) {
        $sr = $_REQUEST['page'] * LIMIT;
        $sr = $sr - LIMIT + 1;
    } else {
        $sr = 1;
    }
} else {
    $sr = 1;
}
if ($testimonial) {
    foreach ($testimonial as $testimonials) {
        ?>
                      <tr>
                        <td><?php 
Esempio n. 2
0
                        <th>Sr. no.</th>
                        <th>Title</th>
                        <th>Image</th>
                        <th>Seo title</th>
                        <th>Meta</th>
                        <th>Keyword</th>
                        <th>Edit</th>
                      </tr>
                    </thead>
                    <tbody>
                      <?php 
$pagination = new pagination();
$selectCategory = new dataInfo();
$tbl_name = "aboutpof";
$targetpage = "viewAboutPof.php";
$selectCategoryData = $pagination->selectAll($tbl_name);
if (isset($_REQUEST['page'])) {
    if ($_REQUEST['page'] > 1) {
        $sr = $_REQUEST['page'] * LIMIT - 1;
    } else {
        $sr = 1;
    }
} else {
    $sr = 1;
}
if ($selectCategoryData) {
    foreach ($selectCategoryData as $category) {
        ?>
                      <tr>
                        <td><?php 
        echo $sr++;
Esempio n. 3
0
                    <thead>
                      <tr>
                        <th>Sr. no.</th>
                        <th>Name</th>
                        <th>Phone</th>
                        <th>Image</th>
                        <th>Delete</th>
                      </tr>
                    </thead>
                    <tbody>
                      <?php 
$pagination = new pagination();
$selectCategory = new dataInfo();
$tbl_name = "about";
$targetpage = "viewAbout.php";
$aboutData = $pagination->selectAll($tbl_name);
if (isset($_REQUEST['page'])) {
    if ($_REQUEST['page'] > 1) {
        $sr = $_REQUEST['page'] * LIMIT;
        $sr = $sr - LIMIT + 1;
    } else {
        $sr = 1;
    }
} else {
    $sr = 1;
}
if ($aboutData) {
    foreach ($aboutData as $abouts) {
        ?>
                      <tr>
                        <td><?php