我正在使用 php 代码将我的控件重定向到已知页面
<form action="abc.html" autocomplete="on", method="post">
What to you want to become?:<input type="text" name="fname">
<input type="submit">
我想根据用户输入更改 abc.html 名称。如果用户输入 xyz,点击提交后,用户应该被重定向到 xyz.html。
如果不可能,除了php之外还有什么好方法吗?
谢谢