simple question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cougarfighter@gmail.com

    simple question

    I am fairly new to php and I am trying to develop a simple script that
    will access my .htacces/.htpasswd files. Basically, I want a login
    page that comes to another page where the user can change their
    password.

  • Malcolm Dew-Jones

    #2
    Re: simple question

    cougarfighter@g mail.com wrote:
    : I am fairly new to php and I am trying to develop a simple script that
    : will access my .htacces/.htpasswd files. Basically, I want a login
    : page that comes to another page where the user can change their
    : password.

    It's easiest to save all the settings in a database and then write those
    settings into the .htxxx files when you're ready.

    (i.e. don't read the existing files, just write new ones as needed)

    $0.10

    --

    This space not for rent.

    Comment

    Working...