Guest User

Untitled

a guest
Nov 16th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $db = mysqli_connect(...)
  2. include_once("./create_and_insert_into_temporary_table.php"); // this seems to be working
  3. include_once("./select_from_temporary_table1.php"); // this is not working
  4. include_once("./select_from_temporary_table2.php");
  5. ...
  6. include_once("./select_from_temporary_table10.php");
Add Comment
Please, Sign In to add comment