View Single Post
Old 03-12-2008, 01:21 PM   #3 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by Alan @ CIT View Post
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
When I do that it gives me
PHP Code:
Array ( [stream_type] => udp_socket [mode] => r+ [unread_bytes] => [seekable] => [timed_out] => [blocked] => [eof] => ) 
I mean the ip and port is valid, what am I doing wrong?
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote