View Problem

Check your language appears on the langref.org site

Your language name should appear within the HTML found at the http://langreg.org main page.
ExpandDiskEdit
php
if (preg_match("/PHP/i", file_get_contents("http://langref.org/"))) {
echo "PHP appears on langref.org";
} else {
echo "PHP doesn't appear on langref.org";
}

Submit a new solution for php
There are 12 other solutions in additional languages (clojure, cpp, erlang, fantom ...)