Re: [Phplib-users] inside functions
Brought to you by:
nhruby,
richardarcher
|
From: Richard A. <rh...@ju...> - 2002-05-22 10:54:21
|
At 6:37 PM +0800 22/5/02, Quadratini wrote:
>function test()
>{
global $t;
> $t->set_var("REPLACE","SOMETHING");
>
>}
...R.
|