Jump to content

phgstudy

New Members
  • Posts

    1
  • Joined

  • Last visited

phgstudy's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello! I'm working on a login form, but the while loop takes longer than 120 seconds to run, and then an expiry error is thrown. Here's the code:- $res=mysqli_query($con,"select username,password from users"); $row=mysqli_fetch_array($res); while($row) { if($username==$row["username"] && $password==$row["password"]) { echo "LOGIN SUCCESSFUL!"; } else { echo "LOGIN Failed!"; }
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.