CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2007
    Posts
    1

    Help me load a remote page without curl and fopen

    Help me load a remote page with curl and fopen disabled, please.

    I need to load the page so I can extract data from it and use it in my page. Problem is curl and fopen are disabled and I failed to do it with sockets as well.

    Give me a hint, please, how to load the remote page.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Help me load a remote page without curl and fopen

    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured