Example: php create an image. <?php header("Content-Type: image/png");//change the php file to an image $im = @imagecreate(110, 20) or die("Cannot ...
確定! 回上一頁