RE: [PHP] PHP module for modem???

2001-12-18 Thread Nathan Cassano
There aren't any modem modules that I am aware of but if you are using UNIX you can just open the modem device and talk to it directly. What is your application that would need to use a modem? ? /* Something like this */ $fp = fopen(/dev/modem, rw); fwrite($fp, ATA); echo fgets($fp, 128)

Re: [PHP] PHP module for modem???

2001-12-18 Thread Charles Williams
] To: [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 5:47 PM Subject: RE: [PHP] PHP module for modem??? There aren't any modem modules that I am aware of but if you are using UNIX you can just open the modem device and talk to it directly. What is your application that would need to use a modem

Re: [PHP] PHP module for modem???

2001-12-18 Thread Scott Fletcher
What application would I need to use this. In this case, no appication. Just writting the PHP code on the webpage that would work with the modem and stuffs like that. Scott Nathan Cassano [EMAIL PROTECTED] wrote in message