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!
|