• I have a quick question about 3.0 menus. I have two domains running off the same server. I need to pass a session id from one to the other. In a link I can simply do this:

    https://www.otherdomain.com?sid=<?php echo $_SESSION['SID']; ?>

    And it will work, but I can’t seem to find out how to do that with the menus. It has to be in the menus since the client wants full control over the navigation bar.

    Can this be done using the 3.0 menus?

  • The topic ‘3.0 menus – How to add a php variable to the link’ is closed to new replies.