I must be doibg drugs with all those typos...
Typos removed:
<?php
if(stristr($_SERVER['REQUEST_URI'], "register.php")){
echo "at register";
} else {
echo "Not";
}
?>
*********** REPLY SEPARATOR ***********
On 04/01/2003 at 4:43 PM Michael J. Pawlowsky wrote:
>try
>
>if(stristr($_SERVER['REREQUEST_URI'], "register.php"){
> echo "at register";
>} else {
> echo "Not";
>}
>
>Not tested but should work.. also case insensitive now...
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php