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
I believe you can only get system() to work in PHP4 by running PHP4 as a CGI rather than ISAPI/Module. -- Visit the Zend Store at http://www.zend.com/store/ Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm - Or