Hi all,
Once again i have been tripped up by regex so hope you can help.
I have a hitcounter script that submits an id and the url of the page the script was run. I need to be able to detect a domain within the url i.e.
// Check to see if site is registered.
$domain = "integrateditsystems.co.uk";
$url = "http://www.integrateditsystems.co.uk/support";
if ($domain exists within $url) return true else false; // Help Me!!