[PHP-DEV] Bug #10887 Updated: Variables from forms being undefined

2001-05-15 Thread mikepeterson
ID: 10887 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Unknown/Other Function Operating system: Windows 2000 Pro PHP Version: 4.0.5 Description: Variables from forms being undefined This function did not work in PHP4.05: elseif ($delete) { // delete a

[PHP-DEV] Bug #10887 Updated: Variables from forms being undefined

2001-05-15 Thread mikepeterson
ID: 10887 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Unknown/Other Function Operating system: Windows 2000 Pro PHP Version: 4.0.5 Description: Variables from forms being undefined Here is an example of a script that returned the error in 4.05, and works in 4.04.

[PHP-DEV] Bug #10887: Variables from forms being undefined

2001-05-15 Thread mikepeterson
From: [EMAIL PROTECTED] Operating system: Windows 2000 Pro PHP version: 4.0.5 PHP Bug Type: Unknown/Other Function Bug description: Variables from forms being undefined When using PHP4.05 my script always told me a variable from a form I had on the page was undefined. Using