Quantcast
Channel: Serif Software Forums (Closed)
Viewing all articles
Browse latest Browse all 5461

WebPlus X7: X7 adding %20's to code in hyperlinks

$
0
0
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:

Code:


<?php echo $_SESSION['ControlPanelLoginURL'];?>

In X7 however, this is what you get in the resulting code:

Code:


<?php%20echo%20$_SESSION['ControlPanelLoginURL'];?>

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

Viewing all articles
Browse latest Browse all 5461

Trending Articles