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
Write a program to get lcm of two numbers using php?
What is cookie and why do we use it?
What are getters and setters and why are they important?
How to find the position of the first occurrence of a substring in a string?
Explain about switch statement in PHP?
How to open a file for writing?
How to enable parsing?
What is session_start () in php?
Declare a new variable in php equal to the number 3;
How do you check if a variable has been set in php?
What is a simple php method to make a cross domain data request?
What are the environmental variables?
Explain NULL?
Do you know what's the difference between __sleep and __wakeup?
Is php better than java?