completely flarched it

This commit is contained in:
boris
2024-11-29 17:19:08 +00:00
parent 4005328979
commit b7b5fb545b
44 changed files with 252 additions and 8730 deletions

10
postTestHandler.php Normal file
View 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.";
}