RE: [PHP] system() PHP newbie!!

2001-02-22 Thread PHPBeginner.com
, February 21, 2001 7:31 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] system() PHP newbie!! On Tuesday 20 February 2001 21:17, Kevin Connolly wrote: > just adding the line: system("C:/temp.exe")?? I have also tried > system("C:\temp.exe)!! This is probably a really silly question but

Re: [PHP] system() PHP newbie!!

2001-02-21 Thread Christian Reiniger
On Tuesday 20 February 2001 21:17, Kevin Connolly wrote: > just adding the line: system("C:/temp.exe")?? I have also tried > system("C:\temp.exe)!! This is probably a really silly question but I As you use double quotes here, PHP will interpret the "\t" in there as TAB character. Write "C:\\tem

Re: [PHP] system() PHP newbie!!

2001-02-20 Thread Richard Lynch
- Original Message - From: "Kevin Connolly" <[EMAIL PROTECTED]> Newsgroups: php.general Sent: Tuesday, February 20, 2001 2:15 PM Subject: [PHP] system() PHP newbie!! Hi, I want to use the system() command for some encryption! I can't get it to work and so am trying t

[PHP] system() PHP newbie!!

2001-02-20 Thread Kevin Connolly
Hi, I want to use the system() command for some encryption! I can't get it to work and so am trying to just get the system() command to run any program!! There is not much (in the way of examples) on the php page and was wondering if any one could give me a few pointers? I have an apache server