note 86127 deleted from function.strrpos by danbrown

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: webmaster at webb3 dot net
Reason: spam

----

Checking if our file is named for example filename.php:

function check_get($filename) {
$xp1 = strrpos($_SERVER["REQUEST_URI"], $filename);
   if ($xp1 === false) {
       return false;
   } else {
       return true;
   }
}

Thanks to http://blogs.webb3.net/ and http://www.webb3.net/ for this function.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.