Results 1 to 4 of 4

Thread: graph

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2003
    Posts
    5

    graph

    i got this code for a site and i need it to finish off a college assignment.
    need to be able draw a line graph.......getting an error :
    Fatal error: Call to undefined function: imagecreate() in c:\apache\htdocs\graphite.php on line 61

    i've checked a few things but cant seem to correct it......

    would be great if i could get this going r if you know where i can get code for drawing a graph please forward on
    thanks
    P
    Attached Files Attached Files

  2. #2
    Lively Member Brandito's Avatar
    Join Date
    Nov 2000
    Location
    Here, There, Every Where!
    Posts
    106

    guess

    I saw that no one replied to you post...
    so I thought I would look at it.

    I think it could be case sensative... try
    $pic = ImageCreate(600, 600);
    Master of Cyber Fu - A Temple of Digital Chi

  3. #3
    Frenzied Member
    Join Date
    Nov 1999
    Posts
    1,337
    Fatal error: Call to undefined function: imagecreate() in c:\apache\htdocs\graphite.php on line 61


    means you do not have the gd library enalbed or running.

  4. #4
    Lively Member Brandito's Avatar
    Join Date
    Nov 2000
    Location
    Here, There, Every Where!
    Posts
    106

    cool

    I am glad someone knows. I just felt bad for the guy... his post was all the way down at the bottom of the list.. no replies.

    seeing as how I know nothing about that function or where it is located... forget that post and listen to phpman
    It doesn't sound like he is pulling stuff out of his ass

    l8r
    Master of Cyber Fu - A Temple of Digital Chi

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