15 Reputation Points
Ranked #2K
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
1 Endorsement
Ranked #858
Ranked #107.49K
Re: Hello Guys, I need your help on this please I have this code and having the same same error message on line 16 <?php class Login { public function LoginSystem() { session_start(); //start session $error = ''; //variable to store Error message if (!isset($_POST['submit'])) { if (empty($_POST['login']) || empty($_POST['password'])) { … |