Hi,
I am trying to use the php code snippet feature to hide some links (just like in a menu page). If put the following code
{begin table1_tablelink}
.. some code ...
{end table1_tablelink}
{begin table2_name_tablelink}
.. some code ...
{end table2_name_tablelink}
directly inside to html code using visual editor all works just fine.
But the following php code snippet
echo "{begin table1_tablelink}";
echo ".. some code ..";
echo "{end table1_tablelink}";
results just visually the begin and end characters in a list page. So how to put properly begin and end tags inside the php code snippets?
regards
Jouni I