Search found 1 match

by ramakrishnankt
Mon Nov 23, 2009 11:46 pm
Forum: PHP - Code
Topic: How to run linux commands in php
Replies: 2
Views: 429

How to run linux commands in php

Hi,
I installed poppler utils for converting pdftohtml, it works well in terminal by the command
pdftohtml -c Desktop/resume.pdf
But in a php program
echo exec('pdftohtml -c Desktop/resume.pdf');
this is not works why
Thanks
Ramakrishnan