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 } ?

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 problem as

Re: [PHP] help for me about session

2005-04-24 Thread Richard Lynch
On Sat, April 23, 2005 7:35 pm, Josephson Tracy said: hi everyone, when i study php, i have a problem as following: - file1.php ? if($NextCourse == 1){ do something;} else($NextCourse ==){do something other } ? script language=javascript function hasNextCourse(){

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

2005-04-24 Thread Warren Vail
PROTECTED] Sent: Sunday, April 24, 2005 8:27 AM To: Steve Buehler Cc: php-mailing-lists Subject: Re: [PHP] Re:Re: [PHP] help for me about session 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

[PHP] help for me about session

2005-04-23 Thread Josephson Tracy
hi everyone, when i study php, i have a problem as following: - file1.php - but when the 2ed access the file1.php the value of $NextCourse is the $NextCourse in the , Not the value of document.form1.NextCourse.value. could someone tell me

Re: [PHP] help for me about session

2005-04-23 Thread Steve Buehler
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 } ? - but when the 2ed access the file1.php the value

Re: [PHP] help for me about session

2005-04-23 Thread Pedro Luis Cruz Riguetti
-- mierda carajo saquenme de sta lista de mierda q llema mi correo de huevadas rapido carjo.nierdas --- Banco de Crédito BCP - Dedicados a hacerte la Banca más simple. Visita nuestra Banca por Internet http://www.viabcp.com

[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