View Single Post
Old 03-12-2008, 01:18 PM   #2 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

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
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote