akwin4565
Junior Member
- Dec 1, 2013
- 134
- 7
---- THREAD CLOSED 06/17/2014 ----
Hi I need a wordpress php coder for my website.
Firstly I have an iframe in my site and wanted that iframe to be visible only if it comes from google.
The code I found by googling is below:
$referer = $_SERVER['HTTP_REFERER'];
$url = "google.com";
if(eregi($url,$referer)) {
I don't know where should I keep my iframe.If you can do it I would hire you.
Hi I need a wordpress php coder for my website.
Firstly I have an iframe in my site and wanted that iframe to be visible only if it comes from google.
The code I found by googling is below:
$referer = $_SERVER['HTTP_REFERER'];
$url = "google.com";
if(eregi($url,$referer)) {
I don't know where should I keep my iframe.If you can do it I would hire you.