View Single Post
Old 05-29-2005, 07:28 AM  
spacemonk
Confirmed User
 
Join Date: Jul 2004
Location: in da VIP
Posts: 969
Quote:
Originally Posted by Adult Site Traffic
Ok, I tried this:
href=\"<?=$_GET[\"categ\"]?>_next.php\"

and this:
href=\"<?=$_GET["categ"]?>_next.php\"

But I should have this instead ?
href=\"<?=$_GET[\"categ"]?>_next.php\"

Thank you.

.
You forgot an echo

href=\"<? echo $_GET["categ"] ?>_next.php\"
__________________
I sale fu-fme, hit me up for a killer deal!
spacemonk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote