Hi Atli,
Thanks for ur reply.
This is 2 inform u that 'allow_fopen_ur l' is already set to enabled.
I'm wondering if the cause comes from my proxy settings.
How can I check it ?
Any clues?
BRs,
User Profile
Collapse
-
PHP: FOPEN issue
Hello there,
WEIRD...fopen couldn't open any http file while it's working fine with any local file.
I've tried the following:
_______________ _______________ _______________ ___________
1.
[code=php]
$fp = fopen("D:\Softw are\\test.txt", "r");
while($data = fgets($fp, 400))
echo $data;
#--> Result OK
[/code]
2.
[code=php]
$fp = fopen("http://www.google.fr", "r");...
No activity results to display
Show More
Leave a comment: