Ive set up a web swerver and ftp server, with php. I have this question
say I make a simple form for users to sign up for an acount, my php process the submited form data. Normaly I would have to go to my administration page to add a web site and user acount, but instead want the php to automate the process. In my FTP directory I found a file users.pro that containes the acount information for all users, I also noticed the password in plain text. My idea was to write a php script that writes raw data to the file, in the formate used internaly by the ftp server. But would this be a mater of trial and error or would there likely be a easyer method.
Im looking for some guidence. I could easily wite a php script now with little or no dificulties, and I could just as easy learn how to work with SSL and encription but, normaly how would one go abouts doing this. Is it just a mater of knowing the internal workings of your server?