i have a problem with php ! i want to run an external program with php . this program work in command line and in linux platform . so it must be work just fine . but i try more time and i can't run it . so what's wrong ! this is the link of the program : http://www.lalescu.ro/liviu/fet/ and this is the command which work fine in command line and not the case in php :
./fet --inputfile=Hopwood.fet --outputdir=out
and this is the php code :
<?php
`./fet --inputfile=Hopwood.fet --outputdir=out`
?>
i hope to solve this pb . thanks in advance ..
Update i upload the executable program and the Hopwood.fet file for you try it .. this is a link : http://rapidshare.com/files/454756427/fet.tar.gz

/usr/bin/local/fet --inputfile=Hopwood.fet --outputdir=outwhere/usr/bin/localis the directory containingfet– Treffynnon Mar 28 '11 at 9:30