As I am getting older my brain is not as smart anymore. I have a problem. If you can figure out a smart way to solve it, please write an answer! Problem: There is an order form on a website. The user types information in the form. the form creates a file wich is sent to the companys inbox. So far no problem. The employee has to open the file and make some changes the php-form cant do. After the file is fixed another person needs to print it. They are not in the same area. So the first person needs to download the attached file, save it, open it, fix it, save it again and then mail it to the other person.... It doesnt take so much time to fix the file. The problem is the downloading and mailing etc. How can they save time?
Bring the printer to the first person so that when he fixes the file no need to email. He just make a printout. Regards