07-31-2007, 02:27 AM
|
|
♥ ♦ ♣ ♠
Industry Role:
Join Date: Sep 2002
Location: Porn Valley, CA
Posts: 10,590
|
Quote:
Originally Posted by SmokeyTheBear
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!
|
|
|