Hello Dear colleagues from Vodahost/BlueVoda forum,
I am placing in the URL field of a text link the following code:
<?php echo $url_1; ?>
and at the "Start of page" of the option "Page HTML" the following code:
<?php
$url_1 = "form_1.php";
$url_2 = "form_2.php";
$url_3 = "form_3.php";
?>
The problem starts when I click somewhere else in the page after I get out of the link menu.
For example I have a link which is LIST but it will transform itself to ">LIST underlined.(with the "> before the word LIST)
I am sure this must have suceeded to someone already.
Can someone help and explain me what I maybe doing wrong.
Thanks in advance,
pipesportugal
I am placing in the URL field of a text link the following code:
<?php echo $url_1; ?>
and at the "Start of page" of the option "Page HTML" the following code:
<?php
$url_1 = "form_1.php";
$url_2 = "form_2.php";
$url_3 = "form_3.php";
?>
The problem starts when I click somewhere else in the page after I get out of the link menu.
For example I have a link which is LIST but it will transform itself to ">LIST underlined.(with the "> before the word LIST)
I am sure this must have suceeded to someone already.
Can someone help and explain me what I maybe doing wrong.
Thanks in advance,
pipesportugal
Comment