Anyone know if it\'s possible to check if a site is inside an iframe with PHP.
I know it\'s possible with javascript, but i couldn\'t find any example with PHP?
No, PHP is server side. It has no way of knowing if it is in a iframe.