how can i say:

PHP Code: 
if ($surl == blah.****** or blah****) {
   
// do this
} else if ($surl   == blah.blogspot.com) {
   
// do this 

where blah can be anything, i though maybe a 2 preg's will do it..........
Chris2k Reviewed by Chris2k on . wcddl check how can i say: if ($surl == blah.****** or blah****) { // do this } else if ($surl == blah.blogspot.com) { // do this } where blah can be anything, i though maybe a 2 preg's will do it.......... Rating: 5