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.
Moderator: General Moderators
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";