[Phplib-users] inside functions
Brought to you by:
nhruby,
richardarcher
|
From: Quadratini <qua...@sn...> - 2002-05-22 10:29:25
|
include "template.inc"
.....
.....
function test()
{
$t->set_var("REPLACE","SOMETHING");
}
.......
.......
why wouldn't it work?
It works if it's outside the function. But if it's INSIDE the function,
it won't work. Help me please ?
|