I am trying to build a program that will dial a modem and send data with PHP. Is this even possible? I have the ability to run this program on Unix, Linux or a Windows based system, so the os is not a concern.

Thanks for your help

    Whoa I dunno if you find a way please let me know because that would be ever so sweet! Sorry not any help. I will be checking on your post hoping someone knows. Cya!
    Chad

      There are no php-specific modem dialer functions. But if you have a thrid command line dialer, you can use PHP's exec(), system(), passthru(), etc. functions to call it.

      --brian

        Write a Reply...