how to perform this ??
Posted: Fri Jul 06, 2007 6:43 am
Hello forums !!
Consider the following case:
I want to check the if the $check_url contains the $ref_url or not.
Thanks in advance to all of you.
Consider the following case:
Code: Select all
$ref_url = "http://www.xyz.com";
// or $ref_url = "http://xyz.com" (without 'www')
$check_url = "http://xyz.com/index.php?action=a&mode=b&blabla";Thanks in advance to all of you.