help i need to make login system with php mysql
Develop games in your browser. Powerful, performant & highly capable.
Did you see this tutorial?
construct.net/en/tutorials/simple-login-using-mysql-312
Also, you should use URLEncode() expression to encode information you send in url parameters, because it may contain unsupported characters.