Can I draw line or circle using PHP ? How ?
Printable View
Can I draw line or circle using PHP ? How ?
Typically PHP is only used for server side processing and, as a result, HTML is used to display the images that are displayed client side.
This being said, if your PHP is compiled with gd, jpg, or pdf options you can create shapes using the image functions or pdf functions