PHP fopen warning
3 answers
If PHP decides that it
filename
is a registered protocol and that protocol is registered as a network URL, PHP checks thatallow_url_fopen
. If disabled, PHP will issue a warning and fopen will fail.
edit : is ajax.htm
not a valid URL.
+1
a source to share