Re: [PHP-INSTALL] I cant get php_gd.dll to work

This is a discussion on Re: [PHP-INSTALL] I cant get php_gd.dll to work within the PHP General forums, part of the PHP Programming Forums category; On Thu, Mar 20, 2008 at 10:04 PM, Mark <mark76g@hotmail.com> wrote: > Hi, > > ...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-21-2008
Daniel Brown
 
Posts: n/a
Default Re: [PHP-INSTALL] I cant get php_gd.dll to work

On Thu, Mar 20, 2008 at 10:04 PM, Mark <mark76g@hotmail.com> wrote:
> Hi,
>
> Im new to php and i cant get the gd graphics library to work.
> Im running Apache, Mysql, Windows xp
>
> I downloaded and installed php from php.net.
>
> After much screwing around I finally got in to work with mysql and wrote a
> few basic scripts.
> Im stuck on the gd libarary.
>
> I downloaded the file php_dg.dll and copied it to my ext directory. I know
> php can see it because
> the mysql files are there and they work fine.
>

[snip!]
> I try to run the following code fragment to test it out ....
>
>
> <?PHP
> $image=$imagecreate(100,100);
> ?>


That's not an install problem, it's a general PHP question, so for
the archives, it's being copied over to there as well. If you haven't
yet, please consider joining PHP-General
(http://php.net/mailinglists).

You're calling the imagecreate() function as a $variable. Simple
enough to fix:

<?php
$image = imagecreate(100,100);
?>

--
</Daniel P. Brown>
Forensic Services, Senior Unix Engineer
1+ (570-) 362-0283
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 01:51 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0