Re: [Fwd: [PHP] Problem of varibles between webpages]

2004-12-23 Thread Matthew Sims
> Jason Wong wrote: > >> On Friday 24 December 2004 12:02, [EMAIL PROTECTED] wrote: >> > The result of $_POST['vars'] is blank ! >> >> And this was the result of using the form that you originally had or the >> corrected form that Matthew suggested? If you want the form values to be >> available in

Re: [Fwd: [PHP] Problem of varibles between webpages]

2004-12-23 Thread edwardspl
Jason Wong wrote: > On Friday 24 December 2004 12:02, [EMAIL PROTECTED] wrote: > > The result of $_POST['vars'] is blank ! > > And this was the result of using the form that you originally had or the > corrected form that Matthew suggested? If you want the form values to be > available in $_POST t

Re: [PHP] Problem of varibles between webpages

2004-12-23 Thread Matthew Sims
> Jason Wong wrote: > >> On Friday 24 December 2004 11:27, [EMAIL PROTECTED] wrote: >> >> > I have ever try to use $_POST functon, but fail... >> >> HOW did it fail? Please be specific. > > The result of $_POST['vars'] is blank ! > >> > May be I need to check the config of php (� ini file ) again ,

Re: [Fwd: [PHP] Problem of varibles between webpages]

2004-12-23 Thread Jason Wong
On Friday 24 December 2004 12:02, [EMAIL PROTECTED] wrote: > The result of $_POST['vars'] is blank ! And this was the result of using the form that you originally had or the corrected form that Matthew suggested? If you want the form values to be available in $_POST then you need to specify meth

[Fwd: [PHP] Problem of varibles between webpages]

2004-12-23 Thread edwardspl
?--- Begin Message --- Jason Wong wrote: > On Friday 24 December 2004 11:27, [EMAIL PROTECTED] wrote: > > > I have ever try to use $_POST functon, but fail... > > HOW did it fail? Please be specific. The result of $_POST['vars'] is blank ! > > May be I need to check the config of php (嚙?ini file

Re: [PHP] Problem of varibles between webpages

2004-12-23 Thread edwardspl
Jason Wong wrote: > On Friday 24 December 2004 11:27, [EMAIL PROTECTED] wrote: > > > I have ever try to use $_POST functon, but fail... > > HOW did it fail? Please be specific. The result of $_POST['vars'] is blank ! > > May be I need to check the config of php (嚙?ini file ) again , and I want >

Re: [PHP] Problem of varibles between webpages

2004-12-23 Thread John Nichel
John Holmes wrote: From: [EMAIL PROTECTED] Dear John, I have just test a sample through the link, but fail... So, I'm check my php config ( ini file ), and would you mind to tell me which setting must be disabled / enabled ? John is very helpful and loves to dedicate his time to helping new users

Re: [PHP] Problem of varibles between webpages

2004-12-23 Thread edwardspl
John Holmes wrote: > > From: [EMAIL PROTECTED] > > Dear John, > > > > I have just test a sample through the link, but fail... > > So, I'm check my php config ( ini file ), and would you mind to tell me > > which setting must be disabled / enabled ? > > John is very helpful and loves to dedicate h

Re: [PHP] Problem of varibles between webpages

2004-12-23 Thread Jason Wong
On Friday 24 December 2004 11:27, [EMAIL PROTECTED] wrote: > I have ever try to use $_POST functon, but fail... HOW did it fail? Please be specific. > May be I need to check the config of php (ï ini file ) again , and I want > to know which setting must be enable and which setting must be disabl

Re: Re: [PHP] Problem of varibles between webpages

2004-12-23 Thread John Holmes
> From: [EMAIL PROTECTED] > Dear John, > > I have just test a sample through the link, but fail... > So, I'm check my php config ( ini file ), and would you mind to tell me which > setting must be disabled / enabled ? John is very helpful and loves to dedicate his time to helping new users. If

Re: Re: [PHP] Problem of varibles between webpages

2004-12-23 Thread John Holmes
> From: [EMAIL PROTECTED] > For table form format ( sample ), > > > > Your Name : maxlength="60"> > Address? maxlength="60"> > > > > "name" and "address" is varible, so how can we pass these two varible without > register_globals function ( actually it is disable ) to another webpage ? Di

Re: [PHP] Problem of varibles between webpages

2004-12-23 Thread edwardspl
John Nichel wrote: > [EMAIL PROTECTED] wrote: > > Hello, > > > > For table form format ( sample ), > > > > > > > > Your Name : > maxlength="60"> > > Address嚗?/td> > maxlength="60"> > > > > > > > > "name" and "address" is varible, so how can we pass these two varible > > without register_glob

Re: [PHP] Problem of varibles between webpages

2004-12-23 Thread edwardspl
Matthew Sims wrote: > > Hello, > > > > For table form format ( sample ), > > > > > > > > Your Name : > maxlength="60"> > > Address: > maxlength="60"> > > > > > > > > "name" and "address" is varible, so how can we pass these two varible > > without register_globals function ( actually it is di

Re: [PHP] Problem of varibles between webpages

2004-12-23 Thread John Nichel
[EMAIL PROTECTED] wrote: Hello, For table form format ( sample ), Your Name : Addressï "name" and "address" is varible, so how can we pass these two varible without register_globals function ( actually it is disable ) to another webpage ? Many thank for your help ! Edward. I guess you ignored

Re: [PHP] Problem of varibles between webpages

2004-12-23 Thread Matthew Sims
> Hello, > > For table form format ( sample ), > > > > Your Name : maxlength="60"> > Address¡G maxlength="60"> > > > > "name" and "address" is varible, so how can we pass these two varible > without register_globals function ( actually it is disable ) to another > webpage ? > > Many thank for

Re: [PHP] Problem of varibles between webpages

2004-12-23 Thread edwardspl
Hello, For table form format ( sample ), Your Name : Address: "name" and "address" is varible, so how can we pass these two varible without register_globals function ( actually it is disable ) to another webpage ? Many thank for your help ! Edward. John Holmes wrote: > > From: [EMAIL P

Re: [PHP] Problem of varibles between webpages

2004-12-23 Thread John Holmes
> From: [EMAIL PROTECTED] > After disable the globals varibles function... > Then how to transfer varibles between webpages with the following ways ? register_globals has nothing to do with how you pass variables... you still use the URL or forms. It only changes how you access them in PHP scrip

Re: [PHP] Problem of varibles between webpages

2004-12-23 Thread John Nichel
[EMAIL PROTECTED] wrote: Dear All, After disable the globals varibles function... Then how to transfer varibles between webpages with the following ways ? 1, Table form format. 2, Hyperlink ( click and go to another webpage ) format. 3, upload file ( through php into database ). Many thank for your

[PHP] Problem of varibles between webpages

2004-12-23 Thread edwardspl
Dear All, After disable the globals varibles function... Then how to transfer varibles between webpages with the following ways ? 1, Table form format. 2, Hyperlink ( click and go to another webpage ) format. 3, upload file ( through php into database ). Many thank for your help ! Edward. --