Hello, I've found this php script for sending OSC packets:<br>  <br>  http://www.a2hd.com/software/OSC.phps<br>  <br>  i've modified the test (at the end of the script) for avoiding errors:<br>  _____________________________________________________<br>  <br>  /** Run some tests to make sure the library behaves in a sane way.<br>  &nbsp; */<br>  function test_osc_lib() {<br>  <br>  &nbsp;&nbsp;&nbsp; $c = new OSCClient();<br>  &nbsp;&nbsp;&nbsp; $c-&gt;set_destination("localhost", 3333);<br>  &nbsp;&nbsp;&nbsp; /**<br>  &nbsp;&nbsp;&nbsp; $m1 = new OSCMessage("/test", array(new Timetag(3294967295, 5), new Infinitum(), new Blob("aoeuaoeu!")));<br>  &nbsp;&nbsp;&nbsp; $m1-&gt;add_arg(28658.93, "d");<br>  &nbsp;&nbsp;&nbsp; */<br>  &nbsp;&nbsp;&nbsp; $m2 = new OSCMessage("/bar", array(test, one, two));<br>  <br>  &nbsp;&nbsp;&nbsp; $b = new OSCBundle();<br>  &nbsp;&nbsp;&nbsp; $b-&gt;add_datagram($m1);<br>  &nbsp;&nbsp;&nbsp; $b-&gt;add_datagram($m2);<br>  <br> 
 &nbsp;&nbsp;&nbsp; $b2 = new OSCBundle(array($m1, $b));<br>  <br>  &nbsp;&nbsp;&nbsp; //echo $b2-&gt;get_human_readable();<br>  <br>  &nbsp;&nbsp;&nbsp; //echo $m1-&gt;get_human_readable();<br>  <br>  &nbsp;&nbsp;&nbsp; $c-&gt;send($m2);<br>  <br>  }<br>  <br>  // Uncomment to run the test<br>  &nbsp;test_osc_lib();<br>  <br>  ?&gt;<br>  ___________________________________________________<br>  <br>  <br>  For testing it, just load attached patch and<br>  <br>  run the PHP script with a server that allows socket_create()<br>  <br>  Patco.<br>  <br>  <br>  <br><p>&#32;
                <hr size="1"> 
<b>Yahoo! Mail réinvente le mail !</b> Découvrez le <a href="http://fr.rd.yahoo.com/evt=40577/*http://fr.promotions.yahoo.com/mail/nouveaumail.html 
">nouveau Yahoo! Mail</a> et son interface révolutionnaire.