RE: [PHP] Re:Re: [PHP] help for me about session

2005-04-24 Thread Warren Vail
your server, you can confirm this by executing php_info(); HTH, Warren Vail > -Original Message- > From: Josephson Tracy [mailto:[EMAIL PROTECTED] > Sent: Sunday, April 24, 2005 8:27 AM > To: Steve Buehler > Cc: php-mailing-lists > Subject: Re: [PHP] Re:Re: [PHP] he

Re: [PHP] Re:Re: [PHP] help for me about session

2005-04-24 Thread Josephson Tracy
I want to get the value of document.form1.NextCourse.value But I got the value of $NextCourse in last page. Steve Buehler <[EMAIL PROTECTED]> wrote: At 10:29 PM 4/23/2005, Josephson Tracy wrote: > > At 09:35 PM 4/23/2005, Josephson Tracy wrote: > > >hi everyone, > > >when i study php, i have a p

Re: [PHP] Re:Re: [PHP] help for me about session

2005-04-24 Thread Steve Buehler
At 10:29 PM 4/23/2005, Josephson Tracy wrote: > At 09:35 PM 4/23/2005, Josephson Tracy wrote: > >hi everyone, > >when i study php, i have a problem as following: > >- > >file1.php > > >if($NextCourse == 1){ do something;} > >else($NextCourse ==""){do something other } > >?> > >-

[PHP] Re:Re: [PHP] help for me about session

2005-04-23 Thread Josephson Tracy
- Original Message - From: Steve Buehler To: Josephson Tracy ;php-mailing-lists Subject: Re: [PHP] help for me about session Sent: Sun Apr 24 10:54:34 CST 2005 > At 09:35 PM 4/23/2005, Josephson Tracy wrote: > > > >hi everyone, > >when i study php, i have a problem as following: >