invoking perl on php

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • ogo796
    replied
    hi
    basically i must see the results of on the html page.

    thanks

    Leave a comment:


  • ronverdonk
    replied
    So it must give or return some error message. What is it?

    Ronald

    Leave a comment:


  • ogo796
    started a topic invoking perl on php

    invoking perl on php

    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.
Working...