hi guys
hi guys i am using the php script to upload files to the server and run perl
script to update some of the html page content manually. so my problem is invoke perl script within php but it does not give me the results.
$message1=exec( "/home/Data/raw"." "."make"." ".$ZAM);
/home/data/raw : it is a path to the script
make : it is a perl script that i want to run
$ZAM : directory that i want make script to concentrate on.
hi guys i am using the php script to upload files to the server and run perl
script to update some of the html page content manually. so my problem is invoke perl script within php but it does not give me the results.
$message1=exec( "/home/Data/raw"." "."make"." ".$ZAM);
/home/data/raw : it is a path to the script
make : it is a perl script that i want to run
$ZAM : directory that i want make script to concentrate on.
Comment