Date: 03/02/01
- Next message: Daniel Bondurant: "[phplib] templates in a db"
- Previous message: Jason Belich: "[phplib] About db_xsl.inc"
- In reply to: Kartic Krishnamurthy: "Re: [phplib] set_block/documentation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> That is because it is OUT in the template and the program parses "out". It
> is actually a typo in the example that comes with the docs.
Should have noticed myself ;-(. Thank you a lot!
After changing
$str = preg_replace($reg, "{" . "$name}", $str); <=works!
//$str = preg_replace($reg, "{$name}", $str); <=no!!!
now everything is fine.
Thx to all, Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Daniel Bondurant: "[phplib] templates in a db"
- Previous message: Jason Belich: "[phplib] About db_xsl.inc"
- In reply to: Kartic Krishnamurthy: "Re: [phplib] set_block/documentation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

