Guest User

Untitled

a guest
Jul 15th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. $result = mysql_query("TRUNCATE TABLE Users_And_Meals;
  2. TRUNCATE TABLE Users_And_Lists;
  3. TRUNCATE TABLE Users_And_Items;
  4. TRUNCATE TABLE Users_And_Dates;
  5. TRUNCATE TABLE Shopping_Lists;
  6. TRUNCATE TABLE Meals_And_Items;
  7. TRUNCATE TABLE Meals;
  8. TRUNCATE TABLE Lists_And_Items;
  9. TRUNCATE TABLE Items;
  10. TRUNCATE TABLE Dates_And_Meals;
  11. TRUNCATE TABLE Dates_And_Lists;
  12. TRUNCATE TABLE Dates");
Add Comment
Please, Sign In to add comment