[FX.php List] conditional statements

Jane Chinn Jane.Chinn at cwu.EDU
Mon Dec 13 15:09:37 MST 2004


Hi,

Can someone point me in the right direction with regard to converting 
cdml conditional statements to php using FX.php?  If there is some 
documentation I should read please let me know.

Here is an example I need assistance with:

			<div align="center">&nbsp;
			[FMP-If: Field: Budget1ProgramFee .neq. 0]
				$[FMP-Field: Budget1ProgramFee]
			[FMP-Else:]
				TBD
			[/FMP-If]
			</div>		
		</td>
	  </tr>
	  <tr>
		<td scope="row">&nbsp;Room &amp; Board </td>
		<td scope="row">
			<div align="center">&nbsp;
			[FMP-If: Field: Budget1RoomBoard .neq. 0]
				$[FMP-Field: Budget1RoomBoard]
			[FMP-Else]
				N/A
			[/FMP-If]			
			</div>		

Thanks,
Jane



More information about the FX.php_List mailing list