Quote:
|
Originally Posted by AcidMax
Looks to be
<a href="<?=$_GEThahaha91;"categ"]?>_next.php\">
Look at the categ... you have ;" instead of ;\" like your other example shows. Hard to know without seeing the code work etc, but looking at your other example and based on the error its missing the \ which is an escape.
|
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.
.