Re: [PHP] Post Problem

2002-11-18 Thread Dave J. Hala Jr.
I'd be willing to post the entire page, but it's 154 lines of embedded
php.  Here's the FORM block portion of the page. The $sqn_list_box
variable contains the listbox.
 



$export_form .="
  Export Check file: $sqn_list_box

";



On Mon, 2002-11-18 at 04:55, BigDog wrote:
> but where is the form that you created...
> 
> That was i can see what you have set up inside of the form tag...
> 
> 
> On Mon, 2002-11-18 at 17:51, Dave J. Hala Jr. wrote:
> > SQN: 4SQN=4 SQN: 4SQN=4
> > 
> > 
> > 
> >  Nifcap  - Export Checks
> > 
> > 
> > 
> >   
> > > >Export Checks
> > 
> >   
> >   
> >   
> > 
> >  
> >  
> >   > 
>HREF="https://122.192.204.199/payment/tmp/checks_4SQN=4.zip";>checks_4SQN=4.zip WIDTH= 100%>
> > 
> >  > HREF="https://122.192.204.199/payment/pay_menu.php";>Liheap Processing
> > Menu
> > 
> >  > HREF="https://122.192.204.199/main.php";>Main Menu
> >  > HREF="https://122.192.204.199/logout.php";>Logout
> > 
> > 
> > 
> > 
> > 
> > 
> >  > 
> > On Mon, 2002-11-18 at 04:44, BigDog wrote:
> > > What does the entire form look like?
> > > 
> > > 
> > > 
> > > On Mon, 2002-11-18 at 17:43, Dave J. Hala Jr. wrote:
> > > > I selected the option that would have the value "4", what  I get is
> > > > "4SQN=4" I should get just the value "4"
> > > > 
> > > > 
> > > > On Mon, 2002-11-18 at 04:33, BigDog wrote:
> > > > > That is what you should be getting right?
> > > > > 
> > > > > When you have a select statement that has a value as the first one then
> > > > > that is what you will get when you post or get the form.
> > > > > 
> > > > > if you want a blank one then do 
> > > > > 
> > > > > 
> > > > > and that should not pass anything in the post or get...
> > > > > 
> > > > > 
> > > > > 
> > > > > On Mon, 2002-11-18 at 17:30, Dave J. Hala Jr. wrote:
> > > > > > I'm running php-4.2.2-8.0.5 on Redhat 8.0
> > > > > > 
> > > > > > Lately I've noticed that when doing a form, listbox variables have funky
> > > > > > values in certain situations.  Unfortunately, I haven't been to
> > > > > > determined what the certain situation is.
> > > > > > 
> > > > > > Here's an example.
> > > > > > 
> > > > > > Here is the listbox in the form:
> > > > > > 
> > > > > > 
> > > > > > 4
> > > > > > 6
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > After clicking submit, when I echo the variable in the post script,I get
> > > > > > the following results:
> > > > > > SQN=4
> > > > > > 
> > > > > > I should get the value "4"
> > > > > > 
> > > > > > Doing an echo "$_POST[SQN] "; yields the same results.
> > > > > > 
> > > > > > 
> > > > > > I didn't start seeing this until this week. I don't know what changed,
> > > > > > but it only happens with certain variables on certain posts.  Anyone
> > > > > > else seen this type of behavior?
> > > > > > 
> > > > > > 
> > > > > > :) Dave
> > > > > > 
> > > > > > -- 
> > > > > > 
> > > > > > "...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
> > > > > > the Ugly)"
> > > > > > 
> > > > > > OSIS
> > > > > > Dave J. Hala Jr.
> > > > > > 641.485.1606
> > > > > -- 
> > > > > .: B i g D o g :.
> > > > > 
> > > > > 
> > > > > 
> > > > > -- 
> > > > > PHP General Mailing List (http://www.php.net/)
> > > > > To unsubscribe, visit: http://www.php.net/unsub.php
> > > > -- 
> > > > 
> > > > "...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
> > > > the Ugly)"
> > > > 
> > > > OSIS
> > > > Dave J. Hala Jr.
> > > > 641.485.1606
> > > -- 
> > > .: B i g D o g :.
> > > 
> > > 
> > > 
> > > -- 
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > -- 
> > 
> > "...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
> > the Ugly)"
> > 
> > OSIS
> > Dave J. Hala Jr.
> > 641.485.1606
> -- 
> .: B i g D o g :.
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
-- 

"...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
the Ugly)"

OSIS
Dave J. Hala Jr.
641.485.1606



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Post Problem

2002-11-18 Thread Maxim Maletsky

I think you should comment on this bug:

http://bugs.php.net/bug.php?id=18648


provide the details about your system configurations and everything else
that might help us to fix it. Though, it seems to be an Apache2 problem,
so try upgrading that as well.

--
Maxim Maletsky
[EMAIL PROTECTED]



"Ford, Mike   [LSS]" <[EMAIL PROTECTED]> wrote... :

> > -Original Message-
> > From: Dave J. Hala Jr. [mailto:[EMAIL PROTECTED]]
> > Sent: 18 November 2002 17:30
> > 
> > I'm running php-4.2.2-8.0.5 on Redhat 8.0
> > 
> > Lately I've noticed that when doing a form, listbox variables 
> > have funky
> > values in certain situations.  Unfortunately, I haven't been to
> > determined what the certain situation is.
> > 
> > Here's an example.
> > 
> > Here is the listbox in the form:
> > 
> > 
> > 4
> > 6
> > 
> > 
> > 
> > After clicking submit, when I echo the variable in the post 
> > script,I get
> > the following results:
> > SQN=4
> 
> I was sure I'd seen this reported as a bug on http://bugs.php.net/, so I did
> a quick search and came up with this: http://bugs.php.net/bug.php?id=18648
> -- this only seems to apply if you're also running Apache 2, but so far it's
> my best guess.
> 
> Cheers!
> 
> Mike
> 
> -
> Mike Ford,  Electronic Information Services Adviser,
> Learning Support Services, Learning & Information Services,
> JG125, James Graham Building, Leeds Metropolitan University,
> Beckett Park, LEEDS,  LS6 3QS,  United Kingdom
> Email: [EMAIL PROTECTED]
> Tel: +44 113 283 2600 extn 4730  Fax:  +44 113 283 3211 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Post Problem

2002-11-18 Thread Ford, Mike [LSS]
> -Original Message-
> From: Dave J. Hala Jr. [mailto:[EMAIL PROTECTED]]
> Sent: 18 November 2002 17:30
> 
> I'm running php-4.2.2-8.0.5 on Redhat 8.0
> 
> Lately I've noticed that when doing a form, listbox variables 
> have funky
> values in certain situations.  Unfortunately, I haven't been to
> determined what the certain situation is.
> 
> Here's an example.
> 
> Here is the listbox in the form:
> 
> 
> 4
> 6
> 
> 
> 
> After clicking submit, when I echo the variable in the post 
> script,I get
> the following results:
> SQN=4

I was sure I'd seen this reported as a bug on http://bugs.php.net/, so I did
a quick search and came up with this: http://bugs.php.net/bug.php?id=18648
-- this only seems to apply if you're also running Apache 2, but so far it's
my best guess.

Cheers!

Mike

-
Mike Ford,  Electronic Information Services Adviser,
Learning Support Services, Learning & Information Services,
JG125, James Graham Building, Leeds Metropolitan University,
Beckett Park, LEEDS,  LS6 3QS,  United Kingdom
Email: [EMAIL PROTECTED]
Tel: +44 113 283 2600 extn 4730  Fax:  +44 113 283 3211 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Post Problem

2002-11-18 Thread BigDog
but where is the form that you created...

That was i can see what you have set up inside of the form tag...


On Mon, 2002-11-18 at 17:51, Dave J. Hala Jr. wrote:
> SQN: 4SQN=4 SQN: 4SQN=4
> 
> 
> 
>  Nifcap  - Export Checks
> 
> 
> 
> 
> >Export Checks
> 
> 
> 
> 
>   
>  
>
>   
>HREF="https://122.192.204.199/payment/tmp/checks_4SQN=4.zip";>checks_4SQN=4.zip WIDTH= 100%>
>   
>HREF="https://122.192.204.199/payment/pay_menu.php";>Liheap Processing
> Menu
> 
>HREF="https://122.192.204.199/main.php";>Main Menu
>HREF="https://122.192.204.199/logout.php";>Logout
>   
>   
> 
> 
> 
> 
>  
> On Mon, 2002-11-18 at 04:44, BigDog wrote:
> > What does the entire form look like?
> > 
> > 
> > 
> > On Mon, 2002-11-18 at 17:43, Dave J. Hala Jr. wrote:
> > > I selected the option that would have the value "4", what  I get is
> > > "4SQN=4" I should get just the value "4"
> > > 
> > > 
> > > On Mon, 2002-11-18 at 04:33, BigDog wrote:
> > > > That is what you should be getting right?
> > > > 
> > > > When you have a select statement that has a value as the first one then
> > > > that is what you will get when you post or get the form.
> > > > 
> > > > if you want a blank one then do 
> > > > 
> > > > 
> > > > and that should not pass anything in the post or get...
> > > > 
> > > > 
> > > > 
> > > > On Mon, 2002-11-18 at 17:30, Dave J. Hala Jr. wrote:
> > > > > I'm running php-4.2.2-8.0.5 on Redhat 8.0
> > > > > 
> > > > > Lately I've noticed that when doing a form, listbox variables have funky
> > > > > values in certain situations.  Unfortunately, I haven't been to
> > > > > determined what the certain situation is.
> > > > > 
> > > > > Here's an example.
> > > > > 
> > > > > Here is the listbox in the form:
> > > > > 
> > > > > 
> > > > > 4
> > > > > 6
> > > > > 
> > > > > 
> > > > > 
> > > > > After clicking submit, when I echo the variable in the post script,I get
> > > > > the following results:
> > > > > SQN=4
> > > > > 
> > > > > I should get the value "4"
> > > > > 
> > > > > Doing an echo "$_POST[SQN] "; yields the same results.
> > > > > 
> > > > > 
> > > > > I didn't start seeing this until this week. I don't know what changed,
> > > > > but it only happens with certain variables on certain posts.  Anyone
> > > > > else seen this type of behavior?
> > > > > 
> > > > > 
> > > > > :) Dave
> > > > > 
> > > > > -- 
> > > > > 
> > > > > "...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
> > > > > the Ugly)"
> > > > > 
> > > > > OSIS
> > > > > Dave J. Hala Jr.
> > > > > 641.485.1606
> > > > -- 
> > > > .: B i g D o g :.
> > > > 
> > > > 
> > > > 
> > > > -- 
> > > > PHP General Mailing List (http://www.php.net/)
> > > > To unsubscribe, visit: http://www.php.net/unsub.php
> > > -- 
> > > 
> > > "...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
> > > the Ugly)"
> > > 
> > > OSIS
> > > Dave J. Hala Jr.
> > > 641.485.1606
> > -- 
> > .: B i g D o g :.
> > 
> > 
> > 
> > -- 
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> -- 
> 
> "...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
> the Ugly)"
> 
> OSIS
> Dave J. Hala Jr.
> 641.485.1606
-- 
.: B i g D o g :.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Post Problem

2002-11-18 Thread Dave J. Hala Jr.
SQN: 4SQN=4 SQN: 4SQN=4



 Nifcap  - Export Checks



  
   Export Checks

  
  
  

 
 
 https://122.192.204.199/payment/tmp/checks_4SQN=4.zip";>checks_4SQN=4.zip

https://122.192.204.199/payment/pay_menu.php";>Liheap Processing
Menu

https://122.192.204.199/main.php";>Main Menu
https://122.192.204.199/logout.php";>Logout






 What does the entire form look like?
> 
> 
> 
> On Mon, 2002-11-18 at 17:43, Dave J. Hala Jr. wrote:
> > I selected the option that would have the value "4", what  I get is
> > "4SQN=4" I should get just the value "4"
> > 
> > 
> > On Mon, 2002-11-18 at 04:33, BigDog wrote:
> > > That is what you should be getting right?
> > > 
> > > When you have a select statement that has a value as the first one then
> > > that is what you will get when you post or get the form.
> > > 
> > > if you want a blank one then do 
> > > 
> > > 
> > > and that should not pass anything in the post or get...
> > > 
> > > 
> > > 
> > > On Mon, 2002-11-18 at 17:30, Dave J. Hala Jr. wrote:
> > > > I'm running php-4.2.2-8.0.5 on Redhat 8.0
> > > > 
> > > > Lately I've noticed that when doing a form, listbox variables have funky
> > > > values in certain situations.  Unfortunately, I haven't been to
> > > > determined what the certain situation is.
> > > > 
> > > > Here's an example.
> > > > 
> > > > Here is the listbox in the form:
> > > > 
> > > > 
> > > > 4
> > > > 6
> > > > 
> > > > 
> > > > 
> > > > After clicking submit, when I echo the variable in the post script,I get
> > > > the following results:
> > > > SQN=4
> > > > 
> > > > I should get the value "4"
> > > > 
> > > > Doing an echo "$_POST[SQN] "; yields the same results.
> > > > 
> > > > 
> > > > I didn't start seeing this until this week. I don't know what changed,
> > > > but it only happens with certain variables on certain posts.  Anyone
> > > > else seen this type of behavior?
> > > > 
> > > > 
> > > > :) Dave
> > > > 
> > > > -- 
> > > > 
> > > > "...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
> > > > the Ugly)"
> > > > 
> > > > OSIS
> > > > Dave J. Hala Jr.
> > > > 641.485.1606
> > > -- 
> > > .: B i g D o g :.
> > > 
> > > 
> > > 
> > > -- 
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > -- 
> > 
> > "...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
> > the Ugly)"
> > 
> > OSIS
> > Dave J. Hala Jr.
> > 641.485.1606
> -- 
> .: B i g D o g :.
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
-- 

"...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
the Ugly)"

OSIS
Dave J. Hala Jr.
641.485.1606



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Post Problem

2002-11-18 Thread BigDog
What does the entire form look like?



On Mon, 2002-11-18 at 17:43, Dave J. Hala Jr. wrote:
> I selected the option that would have the value "4", what  I get is
> "4SQN=4" I should get just the value "4"
> 
> 
> On Mon, 2002-11-18 at 04:33, BigDog wrote:
> > That is what you should be getting right?
> > 
> > When you have a select statement that has a value as the first one then
> > that is what you will get when you post or get the form.
> > 
> > if you want a blank one then do 
> > 
> > 
> > and that should not pass anything in the post or get...
> > 
> > 
> > 
> > On Mon, 2002-11-18 at 17:30, Dave J. Hala Jr. wrote:
> > > I'm running php-4.2.2-8.0.5 on Redhat 8.0
> > > 
> > > Lately I've noticed that when doing a form, listbox variables have funky
> > > values in certain situations.  Unfortunately, I haven't been to
> > > determined what the certain situation is.
> > > 
> > > Here's an example.
> > > 
> > > Here is the listbox in the form:
> > > 
> > > 
> > > 4
> > > 6
> > > 
> > > 
> > > 
> > > After clicking submit, when I echo the variable in the post script,I get
> > > the following results:
> > > SQN=4
> > > 
> > > I should get the value "4"
> > > 
> > > Doing an echo "$_POST[SQN] "; yields the same results.
> > > 
> > > 
> > > I didn't start seeing this until this week. I don't know what changed,
> > > but it only happens with certain variables on certain posts.  Anyone
> > > else seen this type of behavior?
> > > 
> > > 
> > > :) Dave
> > > 
> > > -- 
> > > 
> > > "...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
> > > the Ugly)"
> > > 
> > > OSIS
> > > Dave J. Hala Jr.
> > > 641.485.1606
> > -- 
> > .: B i g D o g :.
> > 
> > 
> > 
> > -- 
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> -- 
> 
> "...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
> the Ugly)"
> 
> OSIS
> Dave J. Hala Jr.
> 641.485.1606
-- 
.: B i g D o g :.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Post Problem

2002-11-18 Thread Dave J. Hala Jr.
I selected the option that would have the value "4", what  I get is
"4SQN=4" I should get just the value "4"


On Mon, 2002-11-18 at 04:33, BigDog wrote:
> That is what you should be getting right?
> 
> When you have a select statement that has a value as the first one then
> that is what you will get when you post or get the form.
> 
> if you want a blank one then do 
> 
> 
> and that should not pass anything in the post or get...
> 
> 
> 
> On Mon, 2002-11-18 at 17:30, Dave J. Hala Jr. wrote:
> > I'm running php-4.2.2-8.0.5 on Redhat 8.0
> > 
> > Lately I've noticed that when doing a form, listbox variables have funky
> > values in certain situations.  Unfortunately, I haven't been to
> > determined what the certain situation is.
> > 
> > Here's an example.
> > 
> > Here is the listbox in the form:
> > 
> > 
> > 4
> > 6
> > 
> > 
> > 
> > After clicking submit, when I echo the variable in the post script,I get
> > the following results:
> > SQN=4
> > 
> > I should get the value "4"
> > 
> > Doing an echo "$_POST[SQN] "; yields the same results.
> > 
> > 
> > I didn't start seeing this until this week. I don't know what changed,
> > but it only happens with certain variables on certain posts.  Anyone
> > else seen this type of behavior?
> > 
> > 
> > :) Dave
> > 
> > -- 
> > 
> > "...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
> > the Ugly)"
> > 
> > OSIS
> > Dave J. Hala Jr.
> > 641.485.1606
> -- 
> .: B i g D o g :.
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
-- 

"...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
the Ugly)"

OSIS
Dave J. Hala Jr.
641.485.1606



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Post Problem

2002-11-18 Thread Rick Emery
No, he's saying that:
echo $sqn;

displays SQN=4.

it should say simply  4
- Original Message - 
From: "BigDog" <[EMAIL PROTECTED]>
To: "Dave J. Hala Jr." <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, November 18, 2002 4:33 AM
Subject: Re: [PHP] Post Problem


That is what you should be getting right?

When you have a select statement that has a value as the first one then
that is what you will get when you post or get the form.

if you want a blank one then do 


and that should not pass anything in the post or get...



On Mon, 2002-11-18 at 17:30, Dave J. Hala Jr. wrote:
> I'm running php-4.2.2-8.0.5 on Redhat 8.0
> 
> Lately I've noticed that when doing a form, listbox variables have funky
> values in certain situations.  Unfortunately, I haven't been to
> determined what the certain situation is.
> 
> Here's an example.
> 
> Here is the listbox in the form:
> 
> 
> 4
> 6
> 
> 
> 
> After clicking submit, when I echo the variable in the post script,I get
> the following results:
> SQN=4
> 
> I should get the value "4"
> 
> Doing an echo "$_POST[SQN] "; yields the same results.
> 
> 
> I didn't start seeing this until this week. I don't know what changed,
> but it only happens with certain variables on certain posts.  Anyone
> else seen this type of behavior?
> 
> 
> :) Dave
> 
> -- 
> 
> "...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
> the Ugly)"
> 
> OSIS
> Dave J. Hala Jr.
> 641.485.1606
-- 
.: B i g D o g :.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Post Problem

2002-11-18 Thread BigDog
That is what you should be getting right?

When you have a select statement that has a value as the first one then
that is what you will get when you post or get the form.

if you want a blank one then do 


and that should not pass anything in the post or get...



On Mon, 2002-11-18 at 17:30, Dave J. Hala Jr. wrote:
> I'm running php-4.2.2-8.0.5 on Redhat 8.0
> 
> Lately I've noticed that when doing a form, listbox variables have funky
> values in certain situations.  Unfortunately, I haven't been to
> determined what the certain situation is.
> 
> Here's an example.
> 
> Here is the listbox in the form:
> 
> 
> 4
> 6
> 
> 
> 
> After clicking submit, when I echo the variable in the post script,I get
> the following results:
> SQN=4
> 
> I should get the value "4"
> 
> Doing an echo "$_POST[SQN] "; yields the same results.
> 
> 
> I didn't start seeing this until this week. I don't know what changed,
> but it only happens with certain variables on certain posts.  Anyone
> else seen this type of behavior?
> 
> 
> :) Dave
> 
> -- 
> 
> "...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
> the Ugly)"
> 
> OSIS
> Dave J. Hala Jr.
> 641.485.1606
-- 
.: B i g D o g :.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Post Problem

2002-11-18 Thread Dave J. Hala Jr.
I'm running php-4.2.2-8.0.5 on Redhat 8.0

Lately I've noticed that when doing a form, listbox variables have funky
values in certain situations.  Unfortunately, I haven't been to
determined what the certain situation is.

Here's an example.

Here is the listbox in the form:


4
6



After clicking submit, when I echo the variable in the post script,I get
the following results:
SQN=4

I should get the value "4"

Doing an echo "$_POST[SQN] "; yields the same results.


I didn't start seeing this until this week. I don't know what changed,
but it only happens with certain variables on certain posts.  Anyone
else seen this type of behavior?


:) Dave

-- 

"...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
the Ugly)"

OSIS
Dave J. Hala Jr.
641.485.1606



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] POST problem (thanks)

2001-08-28 Thread Mashrab Kuvatov

--- Steve Edberg <[EMAIL PROTECTED]> wrote:
> My guess is that your register_globals config option
> is off:

Your are quite right it is off. Right at the bebinning
of php.ini it says so. Blame on me i missed it.

> You should be able to access the values you want via
> 
>  $HTTP_POST_VARS['name']
> and
>  $HTTP_POST_VARS['age']

And this also works.

Thanks Steve.

Regards,
Mashrab.


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] POST problem

2001-08-28 Thread Steve Edberg

My guess is that your register_globals config option is off:

http://php.he.net/manual/en/configuration.php#ini.register-globals

(I believe that recent versions of PHP have it off by default). You 
should be able to access the values you want via

$HTTP_POST_VARS['name']
and
$HTTP_POST_VARS['age']

-steve



At 10:39 AM -0700 8/28/01, Mashrab Kuvatov wrote:
>Hi everybody,
>i'm a newie in php, but i have a general understanding
>of it.
>
>Recently, i've installed PHP as a static module on my
>Apache-1.3.19 and tried an example i read in PHP
>tutorial.
>
>Assume you have a page with a form like this on it:
>
>
>Your name: 
>You age: 
>
>
>
>and action.php like this
>
>Hi .
>You are  years old.
>
>This action.php is supposed to print out values one
>enters to the form fields. Right?
>
>So, my problem is that it doesn't. Instead, it prints
>Hi.You are years old.
>
>Can anyone help me to figure it out or to point me to
>the right direction so in future i won't annoy you
>with my silly questions.
>
>Thanks in advance,
>Mashrab.
>

-- 
+ Open source questions? +
| Steve Edberg   University of California, Davis |
| [EMAIL PROTECTED]   Computer Consultant |
| http://aesric.ucdavis.edu/  http://pgfsun.ucdavis.edu/ |
+--- http://pgfsun.ucdavis.edu/open-source-tools.html ---+

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] POST problem

2001-08-28 Thread B. van Ouwerkerk


>Hi .
>You are  years old.
>
>This action.php is supposed to print out values one
>enters to the form fields. Right?
>
>So, my problem is that it doesn't. Instead, it prints
>Hi.You are years old.

Try:



Have fun,



B.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] POST problem

2001-08-28 Thread Mashrab Kuvatov

Hi everybody,
i'm a newie in php, but i have a general understanding
of it.

Recently, i've installed PHP as a static module on my
Apache-1.3.19 and tried an example i read in PHP
tutorial.

Assume you have a page with a form like this on it:


Your name: 
You age: 



and action.php like this

Hi .
You are  years old.

This action.php is supposed to print out values one
enters to the form fields. Right?

So, my problem is that it doesn't. Instead, it prints
Hi.You are years old.

Can anyone help me to figure it out or to point me to
the right direction so in future i won't annoy you
with my silly questions.

Thanks in advance,
Mashrab.

__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]