perpage; if ($start < 0) $start = 0; $query = $sql . " limit " . $start . "," . $perPage->perpage; $list = $db_handler->getRows($query); if (empty($_GET["rowcount"])) { $_GET["rowcount"] = $db_handler->numRows($sql); } $paginationlink = "http://newsletterprograms.com/d/redirects/getresult.php?grl=&page="; $perpageresult = $perPage->getAllPageLinks($_GET["rowcount"], $paginationlink); $output = ''; $output .= ''; $output .= '
| # | Offer Slno | Offer ID | Domain | Mode | Link | On Link | Off Link | Action |
|---|---|---|---|---|---|---|---|---|
| ' . $v['id'] . ' | '; $output .= '' . $v['offerslno'] . ' | '; $output .= '' . $v['offerid'] . ' | '; $output .= '' . $v['name'] . ' | '; $output .= ''; if ($v['mode'] === 'on') { $output .= ''; } else { $output .= ''; } $output .= ' | '; $output .= '' . $v['link'] . ' | '; $output .= '' . $v['onlink'] . ' | '; $output .= '' . $v['offlink'] . ' | '; $output .= ''; $output .= 'Edit'; $output .= 'Delete'; $output .= ' | '; $output .= '
| No Data Found | '; $output .= '||||||||