Thread: Reg Ex help!
View Single Post
Old 04-06-2011, 01:36 PM  
Kiopa_Matt
Confirmed User
 
Industry Role:
Join Date: Oct 2007
Posts: 1,448
I'm not sure what you're trying to do. From what you said, here:

Code:
$string1 = "quinton jackson";
$string2 = "quinton rampage jackson";

if ($string1 != $string2) {
    echo "Nope, don't match";
} else { 
    echo "Yep, match";
}
Or let us know what you're trying to do...
__________________
xMarkPro -- Ultimate Blog Network Management
Streamline your marketing operations. Centralize management of domains, pages, Wordpress blogs, sponsors, link codes, media items, sales and traffic statistics, plus more!
Kiopa_Matt is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote