GD module – need basic info...

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

    GD module – need basic info...

    GD module – need basic info...

    Hi All

    Some stupid questions from a newbe :-)

    I want to create graphs from int arrays. I'm told I can use the GD
    module... I have RedHat 9, PHP4 and apache 2.

    I know nothing about the GD module so I need to know:


    How do I know if the module is installed on my computer?

    Where can I find some tutorials or instructions for "idiots"?

    Where can I find documentation like reference manual and user manual?

    thanks,,,
  • Erwin Moller

    #2
    Re: GD module – need basic info...

    G520 wrote:
    [color=blue]
    > GD module – need basic info...
    >
    > Hi All
    >[/color]

    Hi,
    [color=blue]
    > Some stupid questions from a newbe :-)
    >
    > I want to create graphs from int arrays. I'm told I can use the GD
    > module... I have RedHat 9, PHP4 and apache 2.
    >
    > I know nothing about the GD module so I need to know:
    >
    >
    > How do I know if the module is installed on my computer?[/color]

    Ask PHP. :-)
    Make a script with this:

    <?php
    phpinfo();
    ?>

    and run it.
    It will have a GD-part.
    READ IT.

    I expect you to have GD2 because you run RH9.
    (Isn't that just called Fedora?)
    [color=blue]
    >
    > Where can I find some tutorials or instructions for "idiots"?[/color]

    on www.php.net

    [color=blue]
    >
    > Where can I find documentation like reference manual and user manual?[/color]

    Same place.

    :-)
    [color=blue]
    >
    > thanks,,,[/color]

    PS: Have a look at helper-libraries, like jpgraph.
    google for it.


    Good luck,
    Erwin Moller

    Comment

    • G520

      #3
      Re: GD module – need basic info...

      Thanks Erwin,

      The GD module is there. So now I have some reading to do :-=



      Erwin Moller <since_humans_r ead_this_I_am_s pammed_too_much @spamyourself.c om> wrote in message news:<40a86be6$ 0$574$e4fe514c@ news.xs4all.nl> ...[color=blue]
      > G520 wrote:
      >[color=green]
      > > GD module – need basic info...
      > >
      > > Hi All
      > >[/color]
      >
      > Hi,
      >[color=green]
      > > Some stupid questions from a newbe :-)
      > >
      > > I want to create graphs from int arrays. I'm told I can use the GD
      > > module... I have RedHat 9, PHP4 and apache 2.
      > >
      > > I know nothing about the GD module so I need to know:
      > >
      > >
      > > How do I know if the module is installed on my computer?[/color]
      >
      > Ask PHP. :-)
      > Make a script with this:
      >
      > <?php
      > phpinfo();
      > ?>
      >
      > and run it.
      > It will have a GD-part.
      > READ IT.
      >
      > I expect you to have GD2 because you run RH9.
      > (Isn't that just called Fedora?)
      >[color=green]
      > >
      > > Where can I find some tutorials or instructions for "idiots"?[/color]
      >
      > on www.php.net
      >
      >[color=green]
      > >
      > > Where can I find documentation like reference manual and user manual?[/color]
      >
      > Same place.
      >
      > :-)
      >[color=green]
      > >
      > > thanks,,,[/color]
      >
      > PS: Have a look at helper-libraries, like jpgraph.
      > google for it.
      >
      >
      > Good luck,
      > Erwin Moller[/color]

      Comment

      • Erwin Moller

        #4
        Re: GD module – need basic info...

        Hi G520,

        Good luck.
        Just come back if things are unclear.
        But I think you can find it all on www.php.net.

        Good luck.

        Regards,
        Erwin Moller


        Comment

        • R. Rajesh Jeba Anbiah

          #5
          Re: GD module ? need basic info...

          gullia@visir.is (G520) wrote in message news:<510cd269. 0405161404.4d02 960c@posting.go ogle.com>...[color=blue]
          > GD module ? need basic info...
          >
          > Hi All
          >
          > Some stupid questions from a newbe :-)
          >
          > I want to create graphs from int arrays. I'm told I can use the GD
          > module... I have RedHat 9, PHP4 and apache 2.
          >
          > I know nothing about the GD module so I need to know:
          >
          >
          > How do I know if the module is installed on my computer?[/color]

          <?php
          phpinfo();
          ?>

          -> www.php.net/phpinfo
          [color=blue]
          > Where can I find some tutorials or instructions for "idiots"?[/color]

          -> www.php.net/<keyword>
          ---> www.php.net/gd
          [color=blue]
          > Where can I find documentation like reference manual and user manual?[/color]

          -> www.php.net
          and www.google.com

          --
          | Just another PHP saint |
          Email: rrjanbiah-at-Y!com

          Comment

          Working...