Page 1 of 1
saving invoices on local computer
Posted: Fri Mar 31, 2006 3:02 pm
by ddragas
is it posible to make automatisation of generating invoices from db and save them in some folder on local computer
generating documents is not problem.
any suggestions for automatisation of saving invoices on local computer?
Posted: Fri Mar 31, 2006 3:15 pm
by feyd
the web server should not, and likely will not have direct write level access to the "local" (requesting client) machine. If that's what you're talking about.
Posted: Fri Mar 31, 2006 3:18 pm
by ddragas
yes thats it.
How can I do it?
Posted: Fri Mar 31, 2006 3:30 pm
by feyd
reread my post.

Posted: Fri Mar 31, 2006 3:35 pm
by s.dot
You would have to run a script on your local computer to download the invoices. I've done something similar to this when making a backup script.
Although I had to manually press the 'download' button from a webpage on my local machine, im sure it could be automated.
Posted: Fri Mar 31, 2006 6:18 pm
by John Cartwright
scottayy: reread feyds post too
PHP does not have access local machines. Can you imagine the potential security flaws if this were possible?