This has been bugging me all morning;
How come the following two examples return this error:
Warning: file_get_contents(http://en.wikipedia.org/wiki/Red_(band)) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in [script] on line 206
Warning: file_get_contents(http://en.wikipedia.org/wiki/Red_(band)) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in [script] on line 207
but http://en.wikipedia.org/wiki/Red (ie no _(band)) doesn't?
Doesn't seem to make any sense to me..
Any help is greatly appreciated!
How come the following two examples return this error:
Warning: file_get_contents(http://en.wikipedia.org/wiki/Red_(band)) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in [script] on line 206
Warning: file_get_contents(http://en.wikipedia.org/wiki/Red_(band)) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in [script] on line 207
but http://en.wikipedia.org/wiki/Red (ie no _(band)) doesn't?
Doesn't seem to make any sense to me..
Any help is greatly appreciated!






