Joe Stewart - 2002-08-12

Logged In: YES
user_id=77269

The error says that FILE_NB is not a valid handle. Try this
instead:

$t->parse('out','page');

parse syntax:

parse($target, $varname, $append = false)

where $varname is defined in set_file for your example as
'page'.

set_file($varname, $filename = "")

See documentation:

http://www.sanisoft.com/phplib/manual/templateMethods.php#templateMethodsInt

0 is substitiuted into templates many many times.

hth,

Joe