Forum Moderators: coopster & phranque

Message Too Old, No Replies

CGI that will execute a few files

         

vls_jr

11:24 pm on Jan 5, 2005 (gmt 0)

10+ Year Member



Hi, I'm not sure how to go about this and I'm sure you can help me. I need 3 files to be executed via a cgi script. I need the following files run by the mycgi.cgi

/home/www/html/script.php

/home/www/html/script.xml

/home/www/html/file.log

That's it.

Thanks for you time!

rocknbil

3:01 am on Jan 6, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How does one execute a log file?

Anyway

$err = `/path/to/executable -with -any -switches`;

or

$err = qx¦/path/to/executable -with -any -switches¦;