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!
hi, ive just found the ftp function and i am wondering that; once connected to the ftp server using php, is there any way to make a new ftp user account using php? if yes, how would i do it? thanks
typically.... no you cannot. Only if the FTP server allowed a user to create another... most often that'd be restricted to, say the administrator.. and even then, typically not done through the FTP server itself....