Hey everyone, I'm developing a php app. I need a script which checks if the user has placed a tracking code on his site...i'm sure one exists. Anyone heard of one?
Get the page, (curl/file_get_contents/sockets, etc) Use a regex to match the code you're looking for. Dan.