03-12-2008, 01:21 PM
|
#3 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
Quote:
Originally Posted by Alan @ CIT
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] => 0 [seekable] => [timed_out] => [blocked] => 1 [eof] => )
I mean the ip and port is valid, what am I doing wrong?
__________________
VillageIdiot can have my babbies ;d
|
|
|
|