Forum Moderators: coopster
Im wondering how i could go about this little problem.
I have a mySQL databse with a table full of users and their password. They get added from some input fields on a php page using the password() thing .
But what i want is to let only thses people with the usenames in this table to gain access to all the files in the directory called "edit" so if they go www..../edit/create.php or www..../edit/delete.php it prompts them for a username and passwrod that gets checked from the usernames in the database list.
how can i go about doing this.
any help would be great.