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!
I have a job offer to develop website for a hosting company. They need me to write a site where, public users can register and choose hosting plan. And then, an email should be generated containing all the FTP access details.
My questions is, how do I create FTP account (ie. username, password, permission) in PHP. And what are the security issues that I sould be aware of.