-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
WordPress-Theme Twenty Twenty Four-customizing: how to do that - a Gutenberg special question...
By thedhubs,
- 1 answer
- 1,496 views
-
- 5 replies
- 2 views
-
- 0 replies
- 6 views
-
- 39 replies
- 6 views
-
- 5 replies
- 6 views
-
Question
lutherfchen
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