I was trying to work on a small random layout for our new project and I decided to structure the website in some files: header.php , sidebar.php, content.php and footer.php . Well, these are just raw pieces of information, let’s get to the cool error
You take file number 1.php where you put the next line :
header(”location: 2.php”);
then you go to 2.php and you add the next line:
include(”1.php”);
And you get the following error. How cool is that?

This is what happens when you code at 1 in the morning while talking to other people.
Oh, that and running a perpetual loop
sure thing, it is all your fault!