我正在尝试在我的 html 页面的标题部分中实现一个登录表单。
从某种意义上说,我只想在调用 url 时显示一个弹出文本框。
示例:when a user try to call "www.myserver.com/lodapages.html" i want the user to enter a password before the content of the page loads.
如果密码匹配,则用户可以看到页面内容,否则不。
这就是我们通常尝试访问 mysql 服务器时发生的情况。
那么,任何人都可以帮助我解决这个问题。还是有其他简单的实现方式?我正在使用 php codeigniter。