Advertisement
gundambison

gsagasga

Oct 23rd, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.41 KB | None | 0 0
  1. $dateNow = strtoupper(date('d-M-y'));
  2. $draw = $_GET['draw'];
  3. $start = intval($_REQUEST['start']);
  4.  
  5. $records = array();
  6. $records["data"] = array();
  7. $records["raw"] =  $_REQUEST['draw'] ;
  8. $records["recordsTotal"] = $recordsTotal;
  9. $records["recordsFiltered"] = $recordsTotal;
  10.  
  11. $number = 1;
  12. $temp_data = array();
  13. $offset = $_REQUEST['offset'];
  14. $limit = $_REQUEST['limit'];
  15.  
  16. $records["raw"] = rand(1000,9999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement