blubadger on 03/09/09
Last Edited at 03/09/09 12:25pm
$req = $_SERVER['REQUEST_URI'];$qs = strpos($req, '?');if ($qs) { $this->curURL = substr($req, 0, $qs); } else { $this->curURL = $req;}
Report this snippet Tweet
Comment:
You need to login to post a comment.