facebook facebook facebook facebook facebook


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 :)

fferrorYou 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? :lol:


2 Comments to Tutorial: Get a cool error with Firefox

 Subscribe in a reader Or, subscribe via email:
Enter your email address: 



  1. May 20, 2009 at 2:21 pm | Permalink

    This is what happens when you code at 1 in the morning while talking to other people.

    Oh, that and running a perpetual loop :D


Leave a Reply