djhawthorn
Technical User
I keep getting this in my Apache Server error log:
[Wed Jul 24 16:38:43 2002] [error] PHP Notice: Undefined variable: REQUEST_METHOD in c:\web\htdocs\meeting_booking_form.php on line 24
Line 24 is the "if" line in this:
<?
if ($REQUEST_METHOD != "POST" {
?>
<form METHOD="POST" ACTION="meeting_booking_form.php">
Whenever I try to submit the form, it just goes straight back to the HTML form - it doesn't process the data, and generates the Apache error above. Any help is appreciated.
[Wed Jul 24 16:38:43 2002] [error] PHP Notice: Undefined variable: REQUEST_METHOD in c:\web\htdocs\meeting_booking_form.php on line 24
Line 24 is the "if" line in this:
<?
if ($REQUEST_METHOD != "POST" {
?>
<form METHOD="POST" ACTION="meeting_booking_form.php">
Whenever I try to submit the form, it just goes straight back to the HTML form - it doesn't process the data, and generates the Apache error above. Any help is appreciated.