I wrote in the body of my FrontPage editor this:
 
			<table width="125" align="right" cellspacing="0">  
 <?php
 include_once "/nfs/cust/0/8/0/compuc3/poll/booth.php";
 echo $php_poll->poll_process("random"); 
 ?>
 </td> 
 </tr> 
 </table> 
 
		
 
 But when i publish the page or i do a preview the page. This message appear in the body of my page
 
			poll_process("random"); ?> 
		
 
 I tried to delete the symbol ">" and the frontpage no show me any error but the poll no work.
 
 
 I'm sure that Frontpage has a problem in the line
 
			echo $php_poll->poll_process("random"); 
		
 But i don't have idea what i have to do?
 PLEASE HELP ME!!!