Voll Upload SGD Fachinformatiker PHP
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$image = imagecreate(300, 150);
|
||||
$bgc = imagecolorallocate($image, 243, 3, 43);
|
||||
imagefill ($image,0,0,$bgc);
|
||||
imagegif($image);
|
||||
imagedestroy($image);
|
||||
?>
|
||||
Reference in New Issue
Block a user