2017-03-23 62 views
0

我想要PHP只發送圖像,但我不爲什麼我也獲得圖像的代碼,如果你看到提供的圖像中的結果。並請幫我多用這種項目:https://slate.sheridancollege.ca/d2l/common/viewFile.d2lfile/Database/ODIxOTQyNw/Assignment%204.docx?ou=352080php從計算機添加圖像到php

<!doctype html> 
<html> 
<head> 
<meta charset="utf-8"> 
<title>Your Tim Horton's Order</title> 
</head>`` 
<body bgcolor="#E5E59F"> 
<h1>Thank You For Your Order. Here you go:</h1> 
<section> 
    <?php 
     $coffee = $_REQUEST['coffee']; 
    $size = $_REQUEST['size']; 
    $cream = $_REQUEST['cream']; 
    $sugar = $_REQUEST['sugar']; 
    $coffeeC = 1; 
    $creamC = 1; 
    $sugarC = 1; 
    for ($sub = 1; $sub <= $coffee; $sub++){ 
     echo $smallCup; 
    } 
    echo '<img src="cup.jpg" alt="" height="80" width="50" >'; 
    echo '<img src="cup.jpg" alt="" height="80" width="50" >'; 
    echo '<img src="cup.jpg" alt="" height="80" width="50" >'; 
    echo '<img src="cup.jpg" alt="" height="80" width="50" >'; 

    ?> 
</section> 
</body> 
</html> 
+0

你的代碼是什麼意思。你也應該複製你的最終html看起來像 –

+0

你沒有安裝PHP。 – Ibu

回答

0

我跑你的PHP代碼段爲http://www.writephponline.com/,它似乎正確顯示圖像,而無需代碼。

如果您的顯示器與以下語法類似,則可能缺少PHP安裝。

'; [your img] echo''; [your img] echo''; [your img] echo''; [your img]?>

如果這不是問題,也許分享您的顯示器將幫助我給你一個更好的答案。

**注意:您提供的鏈接需要授權才能查看。