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 to www.php.net and search for "socket" you will find the related functions.
Notice, I haven't tried them myself, but if you look, they are there.

Luis
-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to