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
How can we enable error reporting in php?
What is difference between action hook and filter hook?
Why do we use htaccess and where?
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?
How to track no of user logged in?
What is final keyword in php?
How can we know the total number of elements of Array?
What is slim framework?
How can you encrypt password using php?
How to convert a string to uppercase in php?
What is cookies php?
How many different types of messages available in php?
Write logic to print Floyd's triangle in PHP?
How to get complete current page url in php?
What is the difference between file_get_contents() and file_put_contents() in php?