How do I turn on URL fopen directive?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Du

    How do I turn on URL fopen directive?

    I got this error while trying to open an url

    // URL file-access is disabled in the server configuration

    how do I turn that directive on? I don't have access to the php nor apache
    ini file

    thanks



    ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
    http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
    ----= East and West-Coast Server Farms - Total Privacy via Encryption =----
  • Manuel Lemos

    #2
    Re: How do I turn on URL fopen directive?

    Hello,

    on 05/27/2005 12:43 PM Du said the following:[color=blue]
    > I got this error while trying to open an url
    >
    > // URL file-access is disabled in the server configuration
    >
    > how do I turn that directive on? I don't have access to the php nor apache
    > ini file[/color]

    You may want to try using this HTTP client class instead that can
    connect to a Web server and retrieve page contents:



    --

    Regards,
    Manuel Lemos

    PHP Classes - Free ready to use OOP components written in PHP
    Free PHP Classes and Objects 2026 Versions with PHP Example Scripts, PHP Tutorials, Download PHP Scripts, PHP articles, Remote PHP Jobs, Hire PHP Developers, PHP Book Reviews, PHP Language OOP Materials


    PHP Reviews - Reviews of PHP books and other products


    Metastorage - Data object relational mapping layer generator

    Comment

    • Du

      #3
      Re: How do I turn on URL fopen directive?

      thanks Manuel !!!


      "Manuel Lemos" <mlemos@acm.org > wrote in message
      news:d77itl$3q0 $1@domitilla.ai oe.org...[color=blue]
      > Hello,
      >
      > on 05/27/2005 12:43 PM Du said the following:[color=green]
      >> I got this error while trying to open an url
      >>
      >> // URL file-access is disabled in the server configuration
      >>
      >> how do I turn that directive on? I don't have access to the php nor
      >> apache ini file[/color]
      >
      > You may want to try using this HTTP client class instead that can connect
      > to a Web server and retrieve page contents:
      >
      > http://www.phpclasses.org/httpclient
      >
      > --
      >
      > Regards,
      > Manuel Lemos
      >
      > PHP Classes - Free ready to use OOP components written in PHP
      > http://www.phpclasses.org/
      >
      > PHP Reviews - Reviews of PHP books and other products
      > http://www.phpclasses.org/reviews/
      >
      > Metastorage - Data object relational mapping layer generator
      > http://www.meta-language.net/metastorage.html[/color]



      ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
      http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
      ----= East and West-Coast Server Farms - Total Privacy via Encryption =----

      Comment

      Working...