Hi,
I have a javascript which prevent my site from being open in an iframe.
<script>if(self != top) { top.location = self.location; }</script>
But, it doesn’t work if user have disabled javascript in browser settings.
Is it possible to convert that code to php?
Is there any other code for this?
Please help.
Thanks.