diff --git a/core/generate.php b/core/generate.php
index a761612..291df25 100644
--- a/core/generate.php
+++ b/core/generate.php
@@ -1,5 +1,15 @@
= $max_postvars) {
+ echo "Uh oh, it looks like you're trying to use more variables than your PHP settings (max_input_variables) allow!
";
+ echo "Go back and choose less tables and/or columns or change your php.ini setting.
";
+ echo "Read here how you can increase this limit.
";
+ echo "Cruddiy will now exit because only part of what you wanted would otherwise be generated. 🙇";
+ exit();
+}
+
require "app/config.php";
require "templates.php";
$tablename = '';