if (strstr($_SERVER['HTTP_REFERER'], 'google') !== false ) {
?>
MY IFRAME CODE
<?php
}
where to place the iframe?
Not sure what your html structure is but you could put the iframe like this:
Code:if (strstr($_SERVER['HTTP_REFERER'], 'google') !== false ) { ?> MY IFRAME CODE <?php }
I am using php could you give for php
Better make sure the mods are okay with your spamAre you sure google is okay with that?