> IMHO you are probably better of educating your users :)

hey! I never said I am php master :)
 
> anyhow, then using REFERENCES should be the right way forward. If you 
> got an object $article and reference the variable $bb to $article->name, 
> and $article->name changes , so does $bb. Take a look at the php manual. TH.

hmmmmm... let's see 
I just have looked at references and do not get
how am I use

$name = &$article->name;
instead:
$name = $article->name;

after $article->fetch??

Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to