| |||
|
You mean: <%if $cat%> <a href="../add.php?cat=<%$cat%>"> <%else%> <a href="../add.php"> <%/if%> This ist in the header.html The URL is http://www.example.com/add.php?cat=5883704, so $cat is passed. |
| |||
|
Yes, sorry about this. The code of the front header is: <%if $cat%> <a href="add.php?cat=<%$cat%>"> <%else%> <a href="add.php"> <%/if%> But this is not the problem. add.php gets the category id. But is not routing the right way. |
| Thread Tools | |
| Display Modes | |
| |