Re: [PHP-WIN] Help please: undefined index in sample code

2003-06-16 Thread toby z
Subject: Re: [PHP-WIN] Help please: undefined index in sample code Yes, register globals are now on. Though it doesn't apparently matter. Stuart toby z [EMAIL PROTECTED] wrote: register globals on or off ? --- Stuart Felenstein wrote: I can't believe Chapter 1 , section 1

Re: [PHP-WIN] Help please: undefined index in sample code

2003-06-16 Thread Herhuth, Ron
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 14, 2003 10:18 AM Subject: Re: [PHP-WIN] Help please: undefined index in sample code Yes, register globals are now on. Though it doesn't apparently matter. Stuart toby z [EMAIL PROTECTED] wrote: register globals

Re: [PHP-WIN] Help please: undefined index in sample code

2003-06-16 Thread Stephen
: Monday, June 16, 2003 10:37 AM Subject: Re: [PHP-WIN] Help please: undefined index in sample code my dear man if u try $tireqty = $_POST['tireqty']; with register globals on it gives u the same error :) i didn ask that without any reazon toby --- Stephen [EMAIL PROTECTED] wrote: Which

Re: [PHP-WIN] Help please: undefined index in sample code

2003-06-16 Thread Luis Moreira
, but it's just to be as clear as I can Luis - Original Message - From: Stephen [EMAIL PROTECTED] To: toby z [EMAIL PROTECTED] Cc: Windows Helplist (PHP) [EMAIL PROTECTED] Sent: Monday, June 16, 2003 1:58 PM Subject: Re: [PHP-WIN] Help please: undefined index in sample code Toby

Re: [PHP-WIN] Help please: undefined index in sample code

2003-06-16 Thread toby z
] To: [EMAIL PROTECTED] Sent: Saturday, June 14, 2003 10:18 AM Subject: Re: [PHP-WIN] Help please: undefined index in sample code Yes, register globals are now on. Though it doesn't apparently matter. Stuart toby z [EMAIL PROTECTED] wrote: register globals

Re: [PHP-WIN] Help please: undefined index in sample code

2003-06-16 Thread toby z
[EMAIL PROTECTED] To: toby z [EMAIL PROTECTED] Cc: Windows Helplist (PHP) [EMAIL PROTECTED] Sent: Monday, June 16, 2003 1:58 PM Subject: Re: [PHP-WIN] Help please: undefined index in sample code Toby, $_POST should exist even if register globals are on! Thats why I said it would probably

[PHP-WIN] Help please: undefined index in sample code

2003-06-14 Thread Stuart Felenstein
I can't believe Chapter 1 , section 1 and I'm off to a bad start already. Using this form and script, I keep getting undefined index for the variables I declare in the script. Running PHP 4.3.2 on XP Pro. Thanks. Stuart Form: form action=processorder.php method=post table border=0 tr

Re: [PHP-WIN] Help please: undefined index in sample code

2003-06-14 Thread toby z
register globals on or off ? --- Stuart Felenstein [EMAIL PROTECTED] wrote: I can't believe Chapter 1 , section 1 and I'm off to a bad start already. Using this form and script, I keep getting undefined index for the variables I declare in the script. Running PHP 4.3.2 on XP Pro.

Re: [PHP-WIN] Help please: undefined index in sample code

2003-06-14 Thread Stuart Felenstein
Yes, register globals are now on. Though it doesn't apparently matter. Stuart toby z [EMAIL PROTECTED] wrote: register globals on or off ? --- Stuart Felenstein wrote: I can't believe Chapter 1 , section 1 and I'm off to a bad start already. Using this form and script, I keep getting

Re: [PHP-WIN] Help please: undefined index in sample code

2003-06-14 Thread Stephen
Felenstein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 14, 2003 10:18 AM Subject: Re: [PHP-WIN] Help please: undefined index in sample code Yes, register globals are now on. Though it doesn't apparently matter. Stuart toby z [EMAIL PROTECTED] wrote: register globals on or off

Re: [PHP-WIN] Help please: undefined index in sample code

2003-06-14 Thread Stuart Felenstein
This should solve your problem. - Original Message - From: Stuart Felenstein To: Sent: Saturday, June 14, 2003 10:18 AM Subject: Re: [PHP-WIN] Help please: undefined index in sample code Yes, register globals are now on. Though it doesn't apparently matter. Stuart toby z wrote