RE: [PHP] (0/T) executeing script below public
From: Jay Blanchard (jay.blanchard_at_niicommunications.com)
Date: 12/12/03
- Next message: Chris Shiflett: "Re: [PHP] (0/T) executeing script below public"
- Previous message: Jay Blanchard: "RE: [PHP] The best way ..."
- Maybe in reply to: Jay Blanchard: "RE: [PHP] (0/T) executeing script below public"
- Next in thread: Ryan A: "Re: [PHP] (0/T) executeing script below public (Conclusion)"
- Reply: Ryan A: "Re: [PHP] (0/T) executeing script below public (Conclusion)"
- Reply: Ryan A: "Re: [PHP] (0/T) executeing script below public"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 12 Dec 2003 16:13:01 -0600 To: "Jay Blanchard" <jay.blanchard@niicommunications.com>, "Ryan A" <ryan@coinpass.com>, <php-general@lists.php.net>
[snip]
#!/bin/sh
<scriptname> start
(or)
<scriptname> stop
[/snip]
It is a shell script. They are usually placed in /usr/local/bin/ and
chmod'd to execute. To run it you type this at the command line;
scriptname start
(or)
scriptname stop
This script accepts one argument, either 'stop' or 'start'
[/snip]
I should have added that you can run them from other folders using the
'./scriptname arg' from the command line. Depends on OS
- Next message: Chris Shiflett: "Re: [PHP] (0/T) executeing script below public"
- Previous message: Jay Blanchard: "RE: [PHP] The best way ..."
- Maybe in reply to: Jay Blanchard: "RE: [PHP] (0/T) executeing script below public"
- Next in thread: Ryan A: "Re: [PHP] (0/T) executeing script below public (Conclusion)"
- Reply: Ryan A: "Re: [PHP] (0/T) executeing script below public (Conclusion)"
- Reply: Ryan A: "Re: [PHP] (0/T) executeing script below public"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|