Date: 08/30/00
- Next message: Kartic Krishnamurthy: "Re: [phplib] Problem with the "template" class"
- Previous message: greg <email protected>: "RE: [phplib] How do I format a date field from Mysql in phplib."
- Next in thread: Kartic Krishnamurthy: "Re: [phplib] Problem with the "template" class"
- Reply: Kartic Krishnamurthy: "Re: [phplib] Problem with the "template" class"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Kartic Krishnamurthy: "Re: [phplib] Problem with the "template" class"
- Previous message: greg <email protected>: "RE: [phplib] How do I format a date field from Mysql in phplib."
- Next in thread: Kartic Krishnamurthy: "Re: [phplib] Problem with the "template" class"
- Reply: Kartic Krishnamurthy: "Re: [phplib] Problem with the "template" class"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

