View Single Post
Old 07-31-2007, 02:22 AM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
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;
?>
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote