1
           
            
                
     
    
    i just cant figure out how to pass values used in the template file to php code i have in the same file, for ex:
 <{assign var="passback" value=$link.title_s}> 
 
<{php}> 
echo $passback; 
php}>  
that echoes nothing, if i use 
 <{$passback}>  
it prints out, but i need the value in the php code. 
please help me, i cant figure it out