PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Well, it is possible, it is probably out of your range, how to do it depends on the system you run, and you probably want to use a different approach any way. What are you trying to do and why?
I'm wanting it so that a user could fill in there desired username and password, and the script would check if it is unique. if it is, then add them to the files and take them to the confirmation page which would display there info ythey just entered
If you have access to a database, I would create a users table there with a primary key that is both the username and password. Then create a logon script.