Let me explain my subject line.
In X6 if you wanted to add php code into a hyperlink as the URL address you could simply enter something like:
In X7 however, this is what you get in the resulting code:
Which then prevents the code from being executed by the php engine.
This is a real pain as I use variables a lot in this way.
Anyone else experiencing this?
regards
Steve
In X6 if you wanted to add php code into a hyperlink as the URL address you could simply enter something like:
Code:
<?php echo $_SESSION['ControlPanelLoginURL'];?>
Code:
<?php%20echo%20$_SESSION['ControlPanelLoginURL'];?>
This is a real pain as I use variables a lot in this way.
Anyone else experiencing this?
regards
Steve