AW: [PHP] shell command

2005-11-18 Thread Mirco Blitz
: PHP-General Betreff: Re: [PHP] shell command John Taylor-Johnston wrote: > Hi, > I want to echo the location of "head.jpg" hidden in some deep dark > recess of my server, unbeknownst to me. > Which shell command do I use? How do I echo it? > John > While this isn&

Re: [PHP] shell command

2005-11-18 Thread Robert Cummings
On Sat, 2005-11-19 at 13:02, Jasper Bryant-Greene wrote: > John Taylor-Johnston wrote: > > Hi, > > I want to echo the location of "head.jpg" hidden in some deep dark > > recess of my server, unbeknownst to me. > > Which shell command do I use? How do I echo it? > > John > > > > While this isn't

Re: [PHP] shell command

2005-11-18 Thread Jasper Bryant-Greene
John Taylor-Johnston wrote: Hi, I want to echo the location of "head.jpg" hidden in some deep dark recess of my server, unbeknownst to me. Which shell command do I use? How do I echo it? John While this isn't really a PHP question... On my machine, the following would work. I can't speak fo

[PHP] shell command

2005-11-18 Thread John Taylor-Johnston
Hi, I want to echo the location of "head.jpg" hidden in some deep dark recess of my server, unbeknownst to me. Which shell command do I use? How do I echo it? John -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Shell command in php script

2004-09-28 Thread Vincent FONTENEAU
Hi, I'm trying to find how to execute a shell command in a php script, I meen I would like for example to stop services like ssh or others in /etc/init.d with command stop and start it again. I've tried some commands without success, and I've missed something like script owner or group. I really

RE: [PHP] shell command

2002-05-15 Thread Jared Boelens
Here are the functions you need: http://www.php.net/manual/en/ref.exec.php -Jared -Original Message- From: Roman Duriancik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 9:30 AM To: PHP-General Subject: [PHP] shell command How to execute dos\winnt command in php script, i

Re: [PHP] shell command

2002-05-15 Thread 1LT John W. Holmes
Read the manual. www.php.net/exec among others... ---John Holmes... - Original Message - From: "Roman Duriancik" <[EMAIL PROTECTED]> To: "PHP-General" <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 9:30 AM Subject: [PHP] shell command > How

Re: [PHP] shell command

2002-05-15 Thread Juan Pablo Aqueveque
http://www.php.net/manual/en/ref.exec.php At 09:30 15/05/02, you wrote: >How to execute dos\winnt command in php script, i need disk map in php > >excample : >\\server\shere_folder\' ..?> > > > > >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.

[PHP] shell command

2002-05-15 Thread Roman Duriancik
How to execute dos\winnt command in php script, i need disk map in php excample : -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php