conditional preg match
- From: toedipper <send_rubbish_here734@xxxxxxxxxxx>
- Date: Thu, 29 Sep 2005 20:49:28 GMT
Hello,
The following bit of code does a preg match and does something if true (sets $browser to ppcie)
Without using if then and else's how do I code it so it does not equal what it is testing for? So if it does not find ppc in the $agent then it does something else/sets it to something else?
$agent = getenv("HTTP_USER_AGENT");
if (preg_match("/PPC/i", "$agent")) {
$browser = 'PPCIE';
}Thanks,
td. www.pocketpcheaven.com .
- Follow-Ups:
- Re: conditional preg match
- From: Oli Filth
- Re: conditional preg match
- Prev by Date: Session Management
- Next by Date: [Announce] PHPLint 0.3 - PHP source parser and validator
- Previous by thread: Session Management
- Next by thread: Re: conditional preg match
- Index(es):