Re: [PHP] Re: image generation with PHP

2002-11-25 Thread @ Edwin
Hello,

Myrage wrote:
> No luck
> I have installed GD lib and zlib and all into c:\php\extensions bur i 
> still
> get an error
>
> *Fatal error*:  Call to undefined function:  imagecreate() in
> *c:\inetpub\wwwroot\image.php* on line *24*

Run phpinfo() and check again (under GD). See if you can find some hints...

- E

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: image generation with PHP

2002-11-24 Thread Jason Young
Did you tell php.ini to load this extension, and then restart your 
webserver? (I am taking it that you're using IIS or PWS? -- Someone else 
will have to field the question on whether or not GD/PHP works with 
this.. I would imagine so, but I am not sure enough to put any money on 
it :) )

Myrage wrote:

No luck
I have installed GD lib and zlib and all into c:\php\extensions bur i 
still
get an error



*Fatal error*:  Call to undefined function:  imagecreate() in
*c:\inetpub\wwwroot\image.php* on line *24*

image.php code :



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: image generation with PHP

2002-11-24 Thread Myrage
No luck
I have installed GD lib and zlib and all into c:\php\extensions bur i still
get an error


Fatal error:  Call to undefined function:  imagecreate() in
c:\inetpub\wwwroot\image.php on line 24
image.php code :



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: image generation with PHP

2002-11-24 Thread Jason Young
You'll need the full PHP package (the 5 MB zip file, not the 400k 
quickie) .. it'll be in the extensions/ directory of there.. php_gd.dll..

Myrage wrote:

i am using windows and I cannot seem to find the necessary libs and dlls


"Jason Young"  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

>I did this just today --
>http://www.php.net/manual/en/function.imagecreate.php
>
>Its real short and sweet. If you're running on Linux, I'm sure you'll be
>able to get it to work just fine - on Windows, make sure you have the gd
>extention, and that it will be loaded with php.ini.
>
>Hope this helps!
>-Jason
>
>Myrage wrote:
>
>
>>is it possible to generate images with texts automatically?? like for
>>eg. if
>>the text is 7555 then automatically an image is generated with the
>>text 7555
>>in it
>>
>>any help?
>>
>>
>





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: image generation with PHP

2002-11-24 Thread Myrage
i am using windows and I cannot seem to find the necessary libs and dlls


"Jason Young" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I did this just today --
> http://www.php.net/manual/en/function.imagecreate.php
>
> Its real short and sweet. If you're running on Linux, I'm sure you'll be
> able to get it to work just fine - on Windows, make sure you have the gd
> extention, and that it will be loaded with php.ini.
>
> Hope this helps!
> -Jason
>
> Myrage wrote:
>
> > is it possible to generate images with texts automatically?? like for
> > eg. if
> > the text is 7555 then automatically an image is generated with the
> > text 7555
> > in it
> >
> > any help?
> >
> >
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: image generation with PHP

2002-11-24 Thread Jason Young
I did this just today -- 
http://www.php.net/manual/en/function.imagecreate.php

Its real short and sweet. If you're running on Linux, I'm sure you'll be 
able to get it to work just fine - on Windows, make sure you have the gd 
extention, and that it will be loaded with php.ini.

Hope this helps!
-Jason

Myrage wrote:

is it possible to generate images with texts automatically?? like for 
eg. if
the text is 7555 then automatically an image is generated with the 
text 7555
in it

any help?




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php