![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: How can I run php scripts from a shell script?
From: merlinfly <kiizaa@gmail.com>
Date: Sun Jun 19 2005 - 07:22:59 CEST
you can also set the script up like a normal shell script in the form
-- start file --
/* php code here */
?>
the path to php can be take the form of
/usr/local/bin/php
etc.
Good luck!
|