what are in image creating functions in php

Answer Posted / yukti vig

extension=php_gd2.dll

you need to open an extension for gdlibrary in the php.ini
file. and then use simple image functions as suggested by
Munesh

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we connect to a mysql database from a php script?

533


What is the best way to change the key without changing the value of a php array element?

557


armstrong number by using php while number is given by the keyboard.?

1701


What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?

574


How to pass variables by references?

558






So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?

556


Explain the difference between require() and require_once()?

526


Does php support multiple inheritances?

532


What are the differences between require and include?

572


Is php 7 backwards compatible?

601


How to get a total number of elements used in the array?

509


Is php a web server?

544


What is the difference between single quoted string and double quoted string?

527


How do I display php errors?

521


How do you find the length of a string in php?

516