ok so i have a url example"
$url = "http://blah.domain.com/directory/INFINITA/76/98/23";
i need to be able to match specifically that its a domain of http://blah.domain.com/directory/, and be able to return the value of " INFINITA "
Thanks in advance.