Re: [PHP] Newbie question about Class

2003-10-17 Thread Rory McKinley
OTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 8:15 PM Subject: Re: [PHP] Newbie question about Class > I was afraid that was the case. > > Tom Rogers wrote: > > >Hi, > > > >Thursday, October 16, 2003, 3:35:56 AM, you wrote: > >A&g

Re: [PHP] Newbie question about Class

2003-10-17 Thread Becoming Digital
e - From: "Al" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, 15 October, 2003 14:15 Subject: Re: [PHP] Newbie question about Class I was afraid that was the case. Tom Rogers wrote: >Hi, > >Thursday, October 16, 2003, 3:35:56 AM, you wrote: >A> M

Re: [PHP] Newbie question about Class

2003-10-15 Thread Al
I was afraid that was the case. Tom Rogers wrote: Hi, Thursday, October 16, 2003, 3:35:56 AM, you wrote: A> My question seems fundamental. I want to set a variable in one function A> in a class and then want to use the value in a second function. A> However, the functions are called a html

Re: [PHP] Newbie question about Class

2003-10-15 Thread Tom Rogers
Hi, Thursday, October 16, 2003, 3:35:56 AM, you wrote: A> My question seems fundamental. I want to set a variable in one function A> in a class and then want to use the value in a second function. A> However, the functions are called a html page with two passes. Submit A> reloads the page an

RE: [PHP] Newbie question about Class

2003-10-15 Thread Chris W. Parker
Al on Wednesday, October 15, 2003 10:36 AM said: > Will the class structure do this for me or must I save the values in > $GLOBAL or something? I think you'd have to send the value via $_GET or save it in a session variable if you want to retrieve it on another page

[PHP] Newbie question about Class

2003-10-15 Thread Al
My question seems fundamental. I want to set a variable in one function in a class and then want to use the value in a second function. However, the functions are called a html page with two passes. Submit reloads the page and an if(...) calls the second function in the class. If I declare o