completely flarched it
This commit is contained in:
10
postTestHandler.php
Normal file
10
postTestHandler.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
echo "Form submitted successfully.<br>";
|
||||
echo "<pre>";
|
||||
print_r($_POST);
|
||||
echo "</pre>";
|
||||
} else {
|
||||
echo "No POST request received.";
|
||||
}
|
Reference in New Issue
Block a user