- Timestamp:
- May 17, 2022, 3:21:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/ippMonitor/raw/SelectProject.php
r9439 r42202 3 3 include 'ipp.php'; 4 4 5 if (($_SERVER[ REQUEST_METHOD] != 'POST') && ($_SERVER[REQUEST_METHOD] != 'GET')) {5 if (($_SERVER['REQUEST_METHOD'] != 'POST') && ($_SERVER['REQUEST_METHOD'] != 'GET')) { 6 6 menu ('ipp.menu.dat', 'Select Project', 'ipp.css', '', ''); 7 7 echo "Invalid Client Request<br>\n"; … … 12 12 $ID = checkID (); 13 13 14 if ($_SERVER[ REQUEST_METHOD] == 'GET') {14 if ($_SERVER['REQUEST_METHOD'] == 'GET') { 15 15 projectform ($ID); 16 16 } 17 17 18 if ($_SERVER[ REQUEST_METHOD] == 'POST') {18 if ($_SERVER['REQUEST_METHOD'] == 'POST') { 19 19 20 20 if (key_exists (project, $_POST)) { 21 $myProj = $_POST[ proj];21 $myProj = $_POST['proj']; 22 22 $ID['proj'] = $myProj; 23 23 // validate the existence of the project
Note:
See TracChangeset
for help on using the changeset viewer.
