03-12-2008, 01:18 PM
|
#2 (permalink)
|
|
The Frequenter
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
|
Your error message is talking about HTTP but your code is using UDP so I'm going to assume you are using UDP
To fix that error, just use lowercase udp:// -
PHP Code:
$ip = "udp://127.0.0.1";
Alan
|
|
|