what result do you get when you try this command (the one called by shell_exec) directly on the command line?
be aware that shell_exec does not work (is disabled) when php is in safe_mode
Search found 2 matches
- Wed Dec 20, 2006 2:44 pm
- Forum: PHP - Code
- Topic: simple net send
- Replies: 6
- Views: 787
- Tue Dec 19, 2006 1:14 pm
- Forum: PHP - Code
- Topic: odf download problem in IE
- Replies: 1
- Views: 395
I know pdf downloads can be a real pain, and the header combination can be really picky on IE especially under sessions...try the following.... if the code you outlined is being called from a file e.g. http://www.mysite.com/download.php then append a variable (can be the name of the pdf file but doe...