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
What is putenv?
What is difference between post and put in rest?
What are the benefits of using php and mysql?
How to set a value in session? How to remove data from a session?
Explain about the data types in PHP?
What is faster?
What are the Formatting and Printing Strings available in PHP?
How many types of inheritances used in php and how we achieve it.
What is is_null() in php?
Is it more secure to use cookies to trfer session ids?
Explain what is the use of "echo" in php?
What is difference between readonly and constant?
Does session expire on closing browser?
What are html entities?
What is meant by public, private, protected, static and final scopes?