Is this application written in php or not?

Some sites use mod-rewrite or change .php extensions to .html extensions with .htaccess to hide the information that the application is written with php.

But it’s really easy to find out if it’s written with php, because there is an Easter egg in php. If you send a special string to any php site, the browser generates a php logo or a dog as image.

?=PHPE9568F36-D428-11d2-A769-00AA001ACF42

php easteregg

example site:
http://php.net/?=PHPE9568F36-D428-11d2-A769-00AA001ACF42

3 comments so far

  1. Slavi on

    …. That’s true unless you do change it before session_start call:

    string session_name ([ string $name ] )

    http://ca.php.net/manual/en/function.session-name.php

  2. Todor on

    It is really works. Are there more Easter eggs?

  3. Slavi on

    It should be working.
    You can try it with a example from http://www.tizag.com/phpT/phpsessions.php


Leave a reply