-2

I have a php script that dynamically creates a png image. That image can be used on other sites. Is there any way to detect where my image is used in this php script?

AlexVogel
  • 10,601
  • 10
  • 61
  • 71

1 Answers1

0

Yes you can use the $_SERVER['HTTP_REFERER'] to see the referrer of the request.

smistry
  • 1,127
  • 1
  • 9
  • 9