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
Hi -
I'm writing a php script that will result in the parrellel port being
written to. I wrote a program in C that will actually do the writing.
This program has to be run as root so that it can write to the hardware
address. I have the permissions on the file set to u+s so that the
program is al
Hello,
I am in a bit of a pickle and would greatly appreciate any help. I
have code which writes inputs to a txt file. These inputs are used as inputs
to a c program. What I am trying to do is use the redirect command < to run
the code from php. The command is:
./a.outjunk");
it does wr
5 matches
Mail list logo