View Single Post
ישן 23-01-06, 15:13   # 3
שקד
משתמש - היכל התהילה
 
מיני פרופיל
תאריך הצטרפות: Dec 2005
מיקום: ירושלים
גיל: 39
הודעות: 659

שקד לא מחובר  

נסה ככה:
PHP קוד:
$filename=$_GET["file"];
$dir="dir/";
header('Content-type: application/txt'); 
header('Content-Disposition: attachment; filename=".$dir.$filename."'); 
ואם זה לא עובד אז תחליף את השורה האחרונה ל
PHP קוד:
header('Content-Disposition: attachment; filename='$dir$filename); 
בהצלחה
__________________
  Reply With Quote