<?php $url = 'YOUR CHART URL'; $image_data = file_get_contents($url); $image = imagecreatefromstring($image_data); imagejpeg($image, 'google-chart.jpg); // 於此目錄下, 產生實體圖片 ?>
沒有留言:
張貼留言