Re: [PHP-WIN] udp and tcp packet

2004-06-07 Thread Svensson, B.A.T. (HKG)
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 /

Re: [PHP-WIN] udp and tcp packet

2004-06-07 Thread Luis Moreira
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