Guest User

Untitled

a guest
Oct 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $choose_last=$actual_data->query ("SHOW TABLES");
  2. print_r ($choose_last);
  3.  
  4. mysqli_result Object ( [current_field] => 0 [field_count] => 1 [lengths] => [num_rows] => 7 [type] => 0 )
  5.  
  6. select * from information_schema.tables
  7.  
  8. $mysql= new mysqli .......
  9. $a = $mysql->query()->fetch_all();
Add Comment
Please, Sign In to add comment