Hi,
Suppose I have a Pagesetter Publication type with a field called title and then create an instance of that Publication type. On the TEMPLATE-full.html page I can access the value of title using
. However, suppose I want to assign that value to a variable for use within PHP. For example:
<!--[php]-->
echo "Value of title= " . $title. "<br />";
<!--[/php]-->
does not work.
Can anyone help me?
Thanks
Robbie