On 11/21/05, Voip tech <[EMAIL PROTECTED]> wrote:
> <?php
> exec("/var/www/html/myprog -E 123456789098.dat sample1.txt
> sample1.new");
> ?>

use <? system ("/var/www/html/myprog -E 123456789098.dat sample1.txt
sample1.new", $return_val); ?> and check $return_val?

-ahmed

Reply via email to