Tuesday 13 December 2005 2:21:38 am
Hi , i created an extension and a modue displaydata and i have a problem in passing a prameter to a PHP function.
{def $val='xyz'}
{let names=fetch('displaydata','area',$val)}
.... In the function i got val is only 'x' ???!!!!!!! just one character is passed . Any idea ?
|