View Single Post
ישן 29-09-07, 19:38   # 2
בניה
משתמש - היכל התהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: נחושה
הודעות: 3,434

בניה לא מחובר  

אתה יכול ליצור קובץ XML, לשלוח HEADER מתאים ואז XL שעל המחשב תשתלט על הקובץ ותמיר אותו כבר.

או אפשר גם עם טבלה של HTML.תנסה להשתמש ב header הזה:
PHP קוד:
header ("Last-Modified: " gmdate("D,d M YH:i:s") . " GMT");
header ("Cache-Control: no-cache, must-revalidate");
header ("Pragma: no-cache");
header ("Content-type: application/x-msexcel");
header ("Content-Disposition: attachment; filename=\"" $filename "\"" );
header ("Content-Description: PHP/INTERBASE Generated Data" ); 
  Reply With Quote