@Andy, I know how to include files, but when I include it into an array it goes wrong. Here's what I'm working with:
the php:
and names.txt:
Code:
"David" => "danjz.sL9bgaQ", "Admin" => "daguOy8u.JOqY",
It's basically a secure login (notice crypt) whereby all the users are called into the array from an external file (names.txt). The guy I'm developing this for wants to be able to add users at his will so I've made a html form which is kept in his admin area and when he enters a new users credentials, names.txt is appended. I'd use MySQL but a) I don't know it and b) apparently his host can't support it and c) it's just not worth me learning it for the amount im getting.
Cheers.