On Mon, 2004-06-07 at 08:43, William CANDILLON wrote:
> Hello,
>
> Is there a way to send udp or tcp packet with php?
> I don't find any library or extension which has this possibility.
I haven't used sockets with PHP so I don;t know fo rsure, but in
general, if you open a socket as AF_INET it /
William CANDILLON wrote:
Hello,
Is there a way to send udp or tcp packet with php?
I don't find any library or extension which has this possibility.
Thanks in advance!
StorM
You don't just "send" a packet. You send it it to an IP address, and
there to a "port" or "socket".
If you go