I have a very basic php survey site. I need to create a page where I can import excel file that has email address, once it’s imported it has to auto-generate the password for each user, and the username and password should be saved in user table of the database. Optional Task (but not required): If it doesn’t take much time, I would also like to have a send email button that will send the username and password for those users. I can send the php file and database and you can work on that. I’m su…
