Pls fix this error "Fatal error : Call to undefined function imagettfbbox() in".
Anybody fix this error
Collapse
X
-
Originally posted by sumit01 View PostPls fix this error "Fatal error : Call to undefined function imagettfbbox() in".Last edited by softwarefreak; 19.03.12, 11:34.I need some facebook likes, can you please help me
http://facebook.com/softwarefreakin
I noticed social media is really powerful
Well DONE is better than well SAID
-
tryPHP Code:$arr = get_loaded_extensions();
print_r($arr);
or if too lazy to search manually, umm
PHP Code:$arr = get_loaded_extensions();
if(in_array('gd', $arr))
echo 'ok'; //returns status ok
else
echo 'false'; //returns status false (gd not found)
Last edited by Vayne; 25.03.12, 14:29.Nous Ne Dansos Pas, Nous Sommes Le Danse.!
Comment
Comment