Fastpage Help

Category Section - Entities

 <<previous | next>>  
  Entities
 


Click here to return



New Summary Listing Command

Summary Template
Reserved placeholders are prefixed by # example #tempid

This to fill the gap allowing specialised summary command to allow PHP scripts to be called.

A placeholder prefixed by php will be assigned to a php script
example:-
#phpxx = 01 02 etc up to 5 defined special php input values.
#php01 will look for a php script located in the root folder of php called php01.php

output of the php script must be to $fpout (see example above)

<?
$xxxxx="some silly stuff here";
?>