Jump to content

Detect a word within a string


d_barszczak

Recommended Posts

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!!

Link to comment
https://forums.phpfreaks.com/topic/117310-detect-a-word-within-a-string/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.