My code is extremely simple, but I have no idea what I've done to cause this error.
Notice: Undefined index: value in C:\xampp\htdocs\index.php on line 8
<form name="shuffle" action="" method="POST">
<input type="text" name="value">
<input type="submit" value="Shuffle">
</form>
PHP code: echo str_shuffle($_POST['value']);