Guest User

Untitled

a guest
Oct 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $choose_last=$actual_data->query ("SHOW TABLES");
  2.  
  3. };
  4.  
  5. while ($tbl=$choose_last->fetch_row()){
  6. $tbl_array[]=($tbl);
  7.  
  8. }
  9.  
  10. Array ( [0] => Array ( [0] => 00000000 ) [1] => Array ( [0] => 01102018 ) [2] => Array ( [0] => 05102018 ) [3] => Array ( [0] => 09102018 ) [4] => Array ( [0] => 15102018 ))
Add Comment
Please, Sign In to add comment