Re: [PHP] References to a variable and scope

2007-12-06 Thread Richard Lynch
On Tue, December 4, 2007 2:58 pm, Cesar D. Rodas wrote: > I know that PHP doesn't support pointers to a variable, instead of > that > there is references to a variable which are similar to pointers, > right? > > BTW, what I want to do is to save a references to a variable and read > the > content w

Re: [PHP] References to a variable and scope

2007-12-04 Thread Cesar D. Rodas
On 04/12/2007, Cesar D. Rodas <[EMAIL PROTECTED]> wrote: > > Robert, > > On 04/12/2007, Robert Cummings <[EMAIL PROTECTED]> wrote: > > > > On Tue, 2007-12-04 at 16:58 -0400, Cesar D. Rodas wrote: > > > Hello, > > > > > > I know that PHP doesn't support pointers to a variable, instead of > > that >

Re: [PHP] References to a variable and scope

2007-12-04 Thread Robert Cummings
On Tue, 2007-12-04 at 16:58 -0400, Cesar D. Rodas wrote: > Hello, > > I know that PHP doesn't support pointers to a variable, instead of that > there is references to a variable which are similar to pointers, right? > > BTW, what I want to do is to save a references to a variable and read the > c

[PHP] References to a variable and scope

2007-12-04 Thread Cesar D. Rodas
Hello, I know that PHP doesn't support pointers to a variable, instead of that there is references to a variable which are similar to pointers, right? BTW, what I want to do is to save a references to a variable and read the content when I need, similar to PDO "bindParam". I will try to explain b