using graphics in php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
jamal
Forum Commoner
Posts: 57
Joined: Sat Oct 26, 2002 7:53 pm
Location: London

using graphics in php

Post by jamal »

Yes I have reinstalled the php-4.2.3-win32 from the start again. I could see that it contained all the dlls. But I thought I have to install the gd at this site http://www.boutell.com/gd/manual1.8.4.html#whatis
before i can have it working??
Are these( gd, libpng, t1lib, freetype, and jpeg ) installed by default. The dlls are in the php in which I installed.
Thank you for sparing your time to assist me.
Jamal
kitsch
Forum Newbie
Posts: 12
Joined: Mon Nov 11, 2002 3:29 pm

Post by kitsch »

Just edit your php.ini file and uncomment (remove the ; from the beginning of the line) this line:

extension=php_gd.dll

Don't forget to restart your web server if you have PHP installed as a module.
jamal
Forum Commoner
Posts: 57
Joined: Sat Oct 26, 2002 7:53 pm
Location: London

Post by jamal »

I did that instruction you gave me it does not work.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Please don't start new topics on the same question - stick to the one you've got:
viewtopic.php?t=4222
and reread the help that volka gave you earlier, especially the bit about setting extension_dir in your php.ini.

Mac
Locked