6 lines
94 B
PHP
6 lines
94 B
PHP
<?php if ($_SERVER['REQUEST_METHOD'] === 'GET'): ?>
|
|
True
|
|
<?php else: ?>
|
|
False
|
|
<?php endif; ?>
|