0

Guys I don't know why this code isn't working. It's fairly straight forward and should work. I've tried everything, even changing the limits in the php.ini file. Please help...

<!DOCTYPE html>
<html lang="en">
<body>
<?php echo $_POST["username"];
var_dump( $_POST );
?>
<form action="" method="post">
    <input type="text" name="username">
    <input type="submit" value="Okay">
</form>
</body>
</html>

0 Answers0