I am using a simple include function.
It works fine with include('index.php');
But when I try include('index.php?do=' . $what); it doesn't
It also won't work if I use include('index.php?do=sub');
Both of these just return a blank page. Why? And how can I make it work. Thanks for help 🙂