worknova.manus/testform2.php
LAPTOP-V9RRD1TL\Michelle's Computer f8f8fcaf96 first commit
2025-07-21 21:38:17 +08:00

3 lines
75 B
PHP

<?php
header("Location: testform3.php?username=" . $_POST['username']);
?>