HTML 2.0 - Browser detection [3]

It can detect firefox2.0, firefox1.5, other Gecko engine, and Safari2, Safari3, Opera, ie, w3m, lynx, and other browsers.

demo:
Browser detection[2] : HTML Slash Quote 2.0
HTML source
<img
/''src="firefox.gif"
/""src="sleipnir_gecko.gif"
"src="safari.gif"
""src="konqueror.gif"
/src="ie.gif"
src="opera.gif"
src="lynx.gif"
>
Example (lynx view)

Bibliography (thanks)
Demo:
Browser detection : HTML 2.0 only (demo)

Example
perl -e 'print<<EOF
<img x=` s\x00rc="safari2.gif" ` sr\x00c="ie.gif"
src\x00="webkit.gif" src\x0c="opera.gif"
src="gecko.gif" src="lynx.gif" />
EOF'

The RFI attack of PHP code can be buried within GIF, PNG, JPEG, and other picture files.
<h1>PHP/GIF include demo</h1>
<?php
include("./phpinfo.gif");
?>