Re: [PHP] problems with system() call

2004-06-24 Thread His Dudeness
> 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

Re: [PHP] Streaming

2004-06-24 Thread His Dudeness
> Thanks for the information. I've been using the little iframe trick right > now, but this link you sent me may be different. I'm going to read here > soon, but just wanted to reply for the heck of it. The iframe trick, the way > I'm doing it, still requires a refresh and everything, so it's not e

Re: [PHP] Streaming

2004-06-24 Thread His Dudeness
[snip] I was also thinking of Javascript like you said, but again, I came back to refreshing and then I can to XML HTTP Request but it's not supported well with browsers. Any help here would be appreciated... [/snip] As far as javascript and XML HTTP Requests, you could try the hidden iframe trick