View Single Post
ישן 10-04-06, 20:57   # 10
Tomer
Whatever
 
Tomer's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 7,039
שלח הודעה באמצעות MSN אל Tomer Send a message via Skype™ to Tomer

Tomer לא מחובר  

ציטוט:
נכתב במקור על ידי AFI
אי אי אי מה נעשה איתך?
PHP קוד:
<?php  
if($episode == "") {  
echo 
"עליך לכתוב את מספר ה-ID (מספר זיהוי) של הפרק שברצונך להוריד.\n";  
}  

if(
$episode == "1") {  
header('Content-type: application/jpg'); 
header('Content-Disposition: attachment; filename="1.jpg"'); 
readfile('http://38.99.150.151/dl/8b742b78b8160e83f87784e3f97a9916/44383b30/vg30br/156.jpg'); 
}  

if(
$episode == "2") {  
header('Content-type: application/jpg');
header('Content-Disposition: attachment; filename="2.jpg"');
readfile('http://38.99.150.151/dl/8b742b78b8160e83f87784e3f97a9916/44383b30/vg30br/156.jpg');
}  

if(
$episode == "3") {  
header('Content-type: application/jpg'); 
header('Content-Disposition: attachment; filename="3.jpg"'); 
readfile('http://38.99.150.151/dl/8b742b78b8160e83f87784e3f97a9916/44383b30/vg30br/156.jpg');  
}  
?>
היה קשה?
למה לעשות מכל דבר אפרוח?
כן. כי אני לא יודע מה איתך, application/jpg לא קיים. יש לזה Content-type שונה.
__________________
תומר
  Reply With Quote