Tagged Questions
1
vote
2answers
750 views
php shell_exec() through cygwin
I wrote a script that compiles LaTeX code through pdftex. The trouble is that pdftex only runs on linux.
I am accomplishing this task with the use of shell_exec().
I don’t really have the ability to ...