-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Tsewang Dorji wrote: | Hello , | i am very much new to php,apache,and mysql... | right now i have apache 2.x.x with php 4.3.6 and mysql..when i call a | function like ImageCreate() and ImageColorAllocate()..It says its undefined | function..Can somebody please help me... | | | Thanks in advance
Have you configured your PHP distribution with GD support, if you don't do this you will not be able to run graphic functions other than getImageSize and a few others.
If you have installed Apache and PHP in windows all you have to do is uncomment the line refering to php_gd.dll in php.ini otherwise you'll have to get gdlib for the platform you're using and install it into your system, then recompile PHP with gd support using the option --with-gd, check out how to do this in the php documentation site.
Ivan Milanez Castellanos -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFA9/RKmUlP3b+yF4oRAp9UAKCl1K8bYT6yZQX3gHiuwkOFi4pleQCgnpPK qC2T8Aj7WnzcVnB8G/xSAgI= =Xvg2 -----END PGP SIGNATURE-----