to all guru
We installed a third party "ghostscripts" in server (linux). This is to make html to pdf. The question is how can the PHP execute the file
and the application installed in this path usr/local/share/ghostscript
and my php script installed in this www.mydomain.com/files/execute.php
If all users have permission to use the program you should be able to use [man]system[/man] or another similar function to have a commandline like interface to the program.
well the administrator of that server told me that i cannot execute the file.. is there a way around??
"but UNIX, an EXE-file will not be executed "