Hello, I’m trying to see if a multi-user login example I’m following online works. I’m following this example to make the system: http://digitalmarketingspots.blogspot.com/2016/06/how-to-login-multi-level-user-using-php.html
I’m guessing I’m supposed to edit this part: $mysqli = new mysqli(“localhost”, “root”, “pidie”, “biodata”); But since I’m using Cloud9 and phpmyadmin, how do I edit the parameters?
The guide for setting up SQL on Cloud9 looks different. There are no quotations marks around the parameters mentioned.