Now, I have header("Content-Disposition: filename=file1.txt");
I tried to do header("Content-Disposition: filename=C:\Program
Files\file1.txt");
But, it's not working. The save as window pops up, but it doesn't give the
file the right filename (which is file1), and it doesn't know the type
(whic
On 22 May 2008, at 18:13, googling1000 wrote:
Now, I have header("Content-Disposition: filename=file1.txt");
I tried to do header("Content-Disposition: filename=C:\Program
Files\file1.txt");
But, it's not working. The save as window pops up, but it doesn't
give the
file the right filename (w
I'd like to have a PHP script running on my web server (running IIS 6)
that can make a WMI call and start a specific remote process on a remote
computer.
For what its worth, the remote process I'd like to trigger is a batch file.
I've googled this extensively and can't find anything that point