View Single Post
Old 07-31-2007, 02:27 AM  
Voodoo
♥ ♦ ♣ ♠
 
Voodoo's Avatar
 
Industry Role:
Join Date: Sep 2002
Location: Porn Valley, CA
Posts: 10,590
Quote:
Originally Posted by SmokeyTheBear View Post
heres a really simple one , im sure there are better ways to do it

Code:
<?php
$ref=@$HTTP_REFERER; 
$exr = explode("q=",$ref);
$exk = explode("&",$exr[1]);
$sekeyword = "$exk[0]";
echo $sekeyword;
?>
Nice, thanks!
__________________

"I'm selflessly supporting the common good, but only coincidentally looking out for No.1."
Voodoo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote