简体   繁体   English

主页上的登录表单,用于后端登录

[英]Login form on homepage for back-end login

I am trying to add a login form on my homepage so that clients can use that to log in to my backend website in PHP where they can check the progress of their project. 我正在尝试在主页上添加一个登录表单,以便客户可以使用该表单登录PHP的后端网站,以检查项目进度。 The way it is set up now is that the client goes to client.mywebsite.com and i would like them to be able to login from mywebsite.com instead. 现在设置的方式是客户端转到client.mywebsite.com,我希望他们能够从mywebsite.com登录。 I was just wondering if this was possible. 我只是想知道这是否可能。 And thanks in advance. 并预先感谢。

Yes, you should use a "POST" or "GET" request. 是的,您应该使用“ POST”或“ GET”请求。

Learn more about that here: 在这里了解更多有关此的信息:

http://www.w3schools.com/php/php_forms.asp http://www.w3schools.com/php/php_forms.asp

是的,可以,只需在mywebsite.com为他们提供登录名/密码字段,当用户成功登录到系统后,只需重定向到client.mywebsite.com

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM