On Friday 25 June 2004 13:20, Jim Rainville wrote:
> system("write_port 0x");
>
> When I call this from the script the port does not get written to.
1) Enable FULL error reporting
2) Use /full/path/to/write_port
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Softwa
Nope - no output.
-Original Message-
From: His Dudeness [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 24, 2004 10:28 PM
To: Jim Rainville
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] problems with system() call
> system("write_port 0x");
Do you get any output from
> system("write_port 0x");
Do you get any output from this command?
$text = system("write_port 0x");
echo $text;
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
3 matches
Mail list logo