• 0

PHP Login Form with Text File


Question

Hello guys, I'm wondering if i can connect my users with text files.

My text file looks like this:

[data]

Password = asd

Email = asd@asd

.

.

.

...

[end]

 

So I have my code like this:

$username = $_GET['username'];

$password = $_GET['password'];

bla. bla. bla

 

But I don't know how to do it to check if the password inputted is the same as the one in the text file.

 

Can someone help me with this code?

Link to comment
https://www.neowin.net/forum/topic/1233599-php-login-form-with-text-file/
Share on other sites

3 answers to this question

Recommended Posts

  • 0

you would need something like this

$userN = $_GET['username'];
$passW = $_GET['password'];
$userlist = file ('users.txt');
$checkUser =$userlist[0];

if (isset($_POST['login']))
{
if ($userN == $userlist)
{
    echo "<br> Hi $user you have been logged in. <br>";
}
else
{
echo "<br> You have entered the wrong username or password. Please try again. <br>";
}
}
  • 0

Hi Haggis, Thank for your reply.

 

Why I use if($password === $checkpass) it always fail? even if i typed the correct one?

 

I also tried this:

 

if(!success)

{

echo "$password is not equal to $checkpass";

}

 

and it shows like the same things:

 

asd is not equal to asd

 

WHY?

  • 0
  On 19/10/2014 at 10:14, lutherfchen said:

Hi Haggis, Thank for your reply.

 

Why I use if($password === $checkpass) it always fail? even if i typed the correct one?

 

I also tried this:

 

if(!success)

{

echo "$password is not equal to $checkpass";

}

 

and it shows like the same things:

 

asd is not equal to asd

 

WHY?

There's probably whitespace.  Use trim($checkpass).

This topic is now closed to further replies.
  • Posts

    • The one thing they need to do with Visual Studio is get rid of .NET Framework and finally move to modern .NET. I couldn't care less about all that AI crap, I'll just disable it anyway. I can't wait for this fad finally being over!
    • Windows 12 perhaps would have codename Midnight of the company profits 😂 This system and it's update program gets more ridiculous with every new version
    • yet there are still dumb people decisions which takes the bait and go just where Microsoft guides them. left right left right just as a water particle in a microwave
    • Free Download Manager 6.29.0.6379 by Razvan Serea Free Download Manager is a powerful, easy-to-use and absolutely free download accelerator and manager. FDM accelerates downloads by splitting files into sections and then downloading them simultaneously. As a result download speed increases up to 600%, or even more! FDM can also resume broken downloads so you needn`t start downloading from the beginning after casual interruption. FDM lets you download files and whole web sites from any remote server via HTTP, HTTPS and FTP. You can also download files using BitTorrent protocol. In addition, Free Download Manager allows you to: adjust traffic usage; to organize and schedule downloads; download video from video sites; download whole web sites with HTML Spider; operate the program remotely, via the internet, and more! Free Download Manager is compatible with the most popular browsers Google Chrome, Firefox, Microsoft Edge, Internet Explorer and Safari. Free Download Manager 6.29.0.6379 changelog: Improved new desktop UI style. Improved add-ons support. Libtorrent updated to 2.0.11. Fixed: various bugs (including ones in the classic UI style). Download: Free Download Manager (64-bit) | 45.8 MB (Freeware) Links: Home Page | Linux, Mac, Android | MS Store | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Week One Done
      hhgygy earned a badge
      Week One Done
    • One Month Later
      hhgygy earned a badge
      One Month Later
    • One Year In
      NIKI77 earned a badge
      One Year In
    • Week One Done
      artistro08 earned a badge
      Week One Done
    • Dedicated
      Balaji Kumar earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      637
    2. 2
      ATLien_0
      237
    3. 3
      Xenon
      166
    4. 4
      neufuse
      143
    5. 5
      +FloatingFatMan
      123
  • Tell a friend

    Love Neowin? Tell a friend!