[phplib] Problem with the "template" class From: Catalin ENACHE (cenache <email protected>)
Date: 08/30/00

Hi,

I use very mutch the class "template" of PHPLIB but i have a problem:

test.htm
-------------

The name of the file is {NAMEFILE}

------------

The following code:

-----------------------------

$t->set_file("htmfile","test.htm");

$namefile="C:\0\test.gif" //yes, the name of the directory is "0" (zero)

$t->set_var("NAMEFILE", $namefile);

$t->parse("out","htmfile");

$t->p("out");

-----------------------------

print:

----------------------

The name of the file is C:\

-------------------------

I can't see the entire path of my file .gif.

Please help!!

Catlin

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>