[PHP] 'Running' a file from PHP script

2001-12-04 Thread George Pitcher
Hi all, I'm a PHP newbie, my main scipring being done in Blueworld's Lasso. I have used php fro time to time with Lasso to do some file handling. My question is: 'Can I run a file from a PHP script?' The file in question would be a Filemaker database file. I want to be able to open the file

[PHP] 'Running' a file from PHP script

2001-12-04 Thread George Pitcher
Hi all, I'm a PHP newbie, my main scipring being done in Blueworld's Lasso. I have used php fro time to time with Lasso to do some file handling. My question is: 'Can I run a file from a PHP script?' The file in question would be a Filemaker database file. I want to be able to open the file

Re: [PHP] 'Running' a file from PHP script

2001-12-04 Thread Steve Cayford
On Tuesday, December 4, 2001, at 02:22 AM, George Pitcher wrote: Hi all, I'm a PHP newbie, my main scipring being done in Blueworld's Lasso. I have used php fro time to time with Lasso to do some file handling. My question is: 'Can I run a file from a PHP script?' The file in question

Re: [PHP] 'Running' a file from PHP script

2001-12-04 Thread George Pitcher
- From: Steve Cayford [EMAIL PROTECTED] To: George Pitcher [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 3:39 PM Subject: Re: [PHP] 'Running' a file from PHP script On Tuesday, December 4, 2001, at 02:22 AM, George Pitcher wrote: Hi all, I'm a PHP newbie, my

Re: [PHP] 'Running' a file from PHP script

2001-12-04 Thread Steve Cayford
' a file from PHP script On Tuesday, December 4, 2001, at 02:22 AM, George Pitcher wrote: Hi all, I'm a PHP newbie, my main scipring being done in Blueworld's Lasso. I have used php fro time to time with Lasso to do some file handling. My question is: 'Can I run a file from a PHP script

RE: [PHP] 'Running' a file from PHP script

2001-12-04 Thread Jon Haworth
Basically I want to be able to test that the db is running and if it isn't then I want to 'run' it. Platform is NT, server is IIS4 It's a database, right? So surely it should be running as an NT service, in which case it should be set to start automatically when the computer starts. Your

Re: [PHP] 'Running' a file from PHP script

2001-12-04 Thread George Pitcher
can do the detection bit, it's the getting the db file up and running bit I can't do. George - Original Message - From: Jon Haworth [EMAIL PROTECTED] To: 'George Pitcher' [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 4:44 PM Subject: RE: [PHP] 'Running' a file

RE: [PHP] 'Running' a file from PHP script

2001-12-04 Thread Jon Haworth
Haworth Cc: [EMAIL PROTECTED] Subject: Re: [PHP] 'Running' a file from PHP script Jon, Not quite as simple as that. I can run the db application without any problem, but the db files tend to fall over occasionally. I have a script which cxhecks every 5 mins and boots them up if they are down. I'm

Re: [PHP] 'Running' a file from PHP script

2001-12-04 Thread George Pitcher
Jon, Of course not, I'm a newbie! George - Original Message - From: Jon Haworth [EMAIL PROTECTED] To: 'George Pitcher' [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 5:03 PM Subject: RE: [PHP] 'Running' a file from PHP script Aha, I understand :-) Have