mcj
asked on
PHP login function
OK, I have a "static/non-php/non-databa se" website that is doing exactly what I need except for one function. The scenario is basically this: The client wants to have an employee at their office be able to change ONE paragraph of text on ONE page whenever they need to.
So, quite literally, I have no need for any sort of database or a signup screen. There will only be ONE user/password to permit this one paragraph on one page to be changed. I want to accomplish this in the most simplified way possible. Most of the php examples I've seen are REALLY overkill for what I'm trying to do.
Basically imainge a "hello world" page at www. whatverdomain.com/basic.ph p where there is a little "admin" link on the page somewhere that you can click, be propted for the username/password, then given some way to edit that paragraph. I would assume something this simple would not require mysql, or even more than one or two files to be uploaded. The server does support php although this site has not had any php pages in it until now.
So, quite literally, I have no need for any sort of database or a signup screen. There will only be ONE user/password to permit this one paragraph on one page to be changed. I want to accomplish this in the most simplified way possible. Most of the php examples I've seen are REALLY overkill for what I'm trying to do.
Basically imainge a "hello world" page at www. whatverdomain.com/basic.ph
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER