alaaexness
BANNED
- Nov 23, 2021
- 85
- 34
Hi
i have an iframe code from another website like this
I will make new php page and put this iframe code on it
so i need way to hide the iframe code from my php page or access deny direct to my php page or redirect 404 or any thing that no body can view the source of my php page
i have an iframe code from another website like this
<iframe src="NOTMYDOMAIN.COM/live.php" allow="autoplay;" allowfullscreen scrolling="no" width="100%" height="500" frameborder="0" id="iframe"></iframe>
I will make new php page and put this iframe code on it
so i need way to hide the iframe code from my php page or access deny direct to my php page or redirect 404 or any thing that no body can view the source of my php page