PHP Creating Image

In PHP there have many predefined function which helps to create background image and write text in the image. Like create CAPTCHA image for website.  Program:

Output Explanation: Firstly if user write any image code in PHP script need to set content-type:image/jpeg. Because by default PHP script content type is text/html. Browser only read … Read more