On Wednesday 04 February 2004 17:52, Harry.de wrote:
> How can i save a variable in a function?
> The lower example doesn't work.
> The var is always an empty string!
> Anyone any solution?
>
> ---
>
> $some_var = "foobar";
>
> require('something.php'
Harry.de wrote:
How can i save a variable in a function?
The lower example doesn't work.
The var is always an empty string!
Anyone any solution?
---
$some_var = "foobar";
require('something.php');
class SOMECLASS
{
function SomeFunction()
How can i save a variable in a function?
The lower example doesn't work.
The var is always an empty string!
Anyone any solution?
---
$some_var = "foobar";
require('something.php');
class SOMECLASS
{
function SomeFunction()
{
$this-
3 matches
Mail list logo