View Single Post
ישן 10-04-06, 17:33   # 6
Homie
Permanently Banned
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 38
הודעות: 287

Homie לא מחובר  

קיבלתי שגיאה:

Parse error: parse error, expecting `','' or `';'' in /home/www/blah.com/gggg.php on line 8

והנה הקובץ:

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


if(
$episode == "1") { 
echo 
"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") { 
echo 
"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") { 
echo 
"header('Content-type: application/jpg');
header('Content-Disposition: attachment; filename="
3.jpg"');
readfile('http://38.99.150.151/dl/8b742b78b8160e83f87784e3f97a9916/44383b30/vg30br/156.jpg');
"


?>
  Reply With Quote