Herkes XAMPP Google çizelgeleri ile sorunlarınız?

0 Cevap php

Ben POST için örnek kullanmak, bulunan here.

Bir windows 7 makinede bu grafiği, (ben örnek eklenen) sadece görüntünün ALT metni görünmüyor. Web siteme iki dosya upload zaman gayet güzel çalışıyor.

Başkasının XAMPP ile çalıştı? Birisi misiniz? Localhost sizin için çalışır eğer tüm metin sayfanın kodunu ve yapıştırın olabilir Ben cevap ödüllendirecek. Teşekkürler.


Btw: Burada benim test sayfası. Diğer dosya chartserver-image.php Google'ın sayfa başına gibidir

<?php 
  echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\"http://www.w3.org/TR/html4/strict.dtd\">";  
  echo "<html>";  
  echo "<head>";  
  echo "<title>Where's my Google Chart, then?</title>";  
  echo "<meta http-equiv=\"Content-type\" content=\"text/html;charset=UTF-8\">";  
  echo "<meta HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">";  
  echo "<meta HTTP-EQUIV=\"Expires\" CONTENT=\"-1\">";  
  echo "<style type=\"text/css\">";  
  echo "  body { font: 12px Arial; }";  
  echo "</style>";  
  echo "</head>";  
  echo "<body>";  

  echo "<div>";  
  echo "<img width='600' height='200' src='chartserver-image.php' alt='alt text'>";  
  echo "</div>";  

  echo "</body>";
  echo "</html>";
?>

0 Cevap