<form>
<input type="text" name="name">
<input type="password" name="pass">
</form>
It's really strange but when i run xampp my input fields are automatically set if i add type="password"
to one of them. I never entered any data inside the form. If i use built-in php server the problem is gone. Same for laravel built-in server.
I tried to reinstall xampp and created a new file inside
C:/xampp3/htdocs/aihara/index.php
No use.