inquisitive Posted March 16, 2009 Share Posted March 16, 2009 Ok here is what I am trying to do step by step...its just a start - Log the visitors information into my database including ip, their referring url, and the date and time they visited. - Then I want to check these urls that are coming in to check if they contain certain url names For instance www.inquisitivedzign.com/services/awesome.php I want to check if it contains inquisitivedzign. Basically how I see this program working is that a query is used to pull all of the possible string downs to check against and then each one will result in a different event. For instance if company_name = "inquisitivedzign" then query the content where company_name = inquisitivedzign. I am providing a link to my code so that you can see my thoughts...any help at all is appreciated. I am in a little over my head here. http://pastie.org/418230 I hope someone here can write the code that I need or at least suggest some avenues to look into. Quote Link to comment https://forums.phpfreaks.com/topic/149739-dynamic-cms-issue/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.