|
Posted by Janwillem Borleffs on 06/10/06 13:01
Notski wrote:
> Why doesnt it work?
>
Simply, because the mms protocol isn't supported by PHP. It's not available
as a wrapper, nor as a transport.
The mms protocol is typically handled by tcp/udp transports through port
7511. Having said this, you only know how to connect to such a service, but
not how to communicate to it.
For this, you will have to know how the protocol works and since this is a
propriatary procotol, you will have to back-engineer it. Luckilly, some
people already got busy with it, so a search on the web should come up with
some useful resources.
You can also use one of the many command line tools available and invoke
them from your script through one of PHP's system functions.
JW
Navigation:
[Reply to this message]
|