how can i load an extension via a page

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

    how can i load an extension via a page

    i have a site
    and i need to gd library function for one of my page
    but my host doesn't run this module
    i know that i can run it by dl() function.
    but i dont no what is it syntax for linux and from where i can find it
  • Andy Hassall

    #2
    Re: how can i load an extension via a page

    On 13 Jan 2004 05:24:42 -0800, fekr_e_berehneh @hotmail.com (berehneh) wrote:
    [color=blue]
    >i have a site
    >and i need to gd library function for one of my page
    >but my host doesn't run this module
    >i know that i can run it by dl() function.
    >but i dont no what is it syntax for linux and from where i can find it[/color]

    Stop starting new threads for the same question.

    <42c4d1c9.04011 22254.1ea61cf7@ posting.google. com>
    <42c4d1c9.04011 02117.c8d36ad@p osting.google.c om>

    The syntax is in the manual. http://uk2.php.net/dl

    You can't just load the module out of any old directory, your host will have
    to have GD as a shared module in the extension_dir. So you're _still_ going to
    have to ask your host administrator.

    --
    Andy Hassall <andy@andyh.co. uk> / Space: disk usage analysis tool
    <http://www.andyh.co.uk > / <http://www.andyhsoftwa re.co.uk/space>

    Comment

    • Chung Leong

      #3
      Re: how can i load an extension via a page

      Run php_info() and see if enable_dl is on first. I somewhat doubt that it
      is. Then check extension_dir and see if the GD module is there. I doubt that
      it is.

      Uzytkownik "berehneh" <fekr_e_berehne h@hotmail.com> napisal w wiadomosci
      news:42c4d1c9.0 401130524.6889d c25@posting.goo gle.com...[color=blue]
      > i have a site
      > and i need to gd library function for one of my page
      > but my host doesn't run this module
      > i know that i can run it by dl() function.
      > but i dont no what is it syntax for linux and from where i can find it[/color]


      Comment

      Working...