[Hello - about GD and GD2] Images don't display

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

    #1

    [Hello - about GD and GD2] Images don't display

    Hi,

    I have php 5 and Apache 2 on windows.

    Gif images don't show anymore in a simple form, I just get the "alt"
    text.

    I see php_gd2.dll under \php\ext, but phpinfo() shows "gd", not "g2".

    The code is here:

    <img src = "images/impdesc.gif" alt = "impdesc" />
    <input type="text" name = "impdesc" /><br>

    I don't know where to look to fix this problem.

    Many thanks if you can help.

  • universalbitmapper

    #2
    Re: [Hello - about GD and GD2] Images don't display


    universalbitmap per wrote:
    Hi,
    >
    I have php 5 and Apache 2 on windows.
    >
    Gif images don't show anymore in a simple form, I just get the "alt"
    text.
    >
    I see php_gd2.dll under \php\ext, but phpinfo() shows "gd", not "g2".
    >
    The code is here:
    >
    <img src = "images/impdesc.gif" alt = "impdesc" />
    <input type="text" name = "impdesc" /><br>
    >
    I don't know where to look to fix this problem.
    >
    Many thanks if you can help.
    Hi again,

    Sorry, it's just that I moved the .gif s in another directory.
    It works fine now.

    Have a nice day :-)

    Comment

    Working...