[PHP] auto-submit

2004-06-28 Thread Jim Rainville
Hi - I'm writing a multi-page php script that keeps track of state with a hidden variable in the html forms. It's all working well except I would like to know how to auto submit a form and change the state. For example when I'm in state 2 and the user enters some data and hits a submit button

RE: [PHP] problems with system() call

2004-06-24 Thread Jim Rainville
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

[PHP] problems with system() call

2004-06-24 Thread Jim Rainville
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