Evan.Ferroli
Member
Hello,
I want to know if it's possible to include a php file or php syntax on a page like that:
	
	
	
		
Thank in advance
				
			I want to know if it's possible to include a php file or php syntax on a page like that:
		Code:
	
	<xf:if is="{{ $xf.visitor.isMemberOf(5) }}">
include 'mypage.php';
    
<xf:else />
    Sorry But you have not buy this product yet
</xf:if> 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		