。那個想用Potatos殺死人的人..反正,事實證明我需要使用PHP,所以我對PHP完全陌生,但設法創建了這個。有用! Hoorah我是一個天才:P反正我正在寫一個在線php代碼網站thingy,但我想知道如何將代碼放入html和web託管它,以便字符串中的隨機元素顯示在頁面上文本?繼承人的代碼,我有:在HTML中使用PHP以再次打印到頁面
<?php
$deaths = array("with a potato.", "by using a truck and running them over.", "with a gun, bang bang.", "by stuffing a mouldy lemon in their mouth.", "by throwing multiple knives at them.");
$death=array_rand($deaths);
echo $deaths[$death];
?>
執行您的php文件搜索Web服務器,如apache。並從那裏開始。 –