User Profile

Collapse

Profile Sidebar

Collapse
Giorgio Sam
Giorgio Sam
Last Activity: Mar 27 '08, 04:10 PM
Joined: Sep 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Giorgio Sam
    replied to PHP: FOPEN issue
    in PHP
    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,
    See more | Go to post

    Leave a comment:


  • Giorgio Sam
    started a topic PHP: FOPEN issue
    in PHP

    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");...
    See more | Go to post
    Last edited by Atli; Sep 27 '07, 04:37 PM. Reason: Added [code] tags.
No activity results to display
Show More
Working...