PHP is an open source programming language. We can create application with the using PHP programming language on the NotPad++ application. We can display our results on the LocalHost with the using wampserver.
For the coding with PHP programming language we can use NotPad++ program. You can download the program from link In the Requirements section.
we can use the WampServer program for the run our applications on LocalHost that we have done in PHP Programming Language . You can download and use the relevant program by clicking the relevant link in the requirements section.
Also we should store our applications in the "www" folder in the "wamp" folder on the "c:" drive of our computer for the run our applications through LocalHost.
We can determine our created image' s type(JPEG-GIF-BMP-PNG as).
Also we can create our image and determine our image' s size on the PHP programming language with the using codes.
We can determine our figures color with the using PHP programming language, which figure we will use.
Also we can determine our figures type on the PHP which figure we will use(Rectangle, Ellipse, Darc, Polygon as ).
We can use PHP programming language codes for the display our created image on the LocalHost.
Also we can use PHP language codes for the delete our image on the memory.
Commands I Used
HEADER i used this command for the determine our image's type
IMAGECREATE i used this command for the create an image in the PHP
IMAGECOLORALLOCATE i used this command for the determine our figures's color
IMAGEFILLELLIPSE i used this command for the determine our figures's type
IMAGEJPEG i used this command for the display our created image on the localhost
IMAGEDESTROY i used this command for the delete our created image on the memory