<?
/* 變數應用範例 */
// $strText 設為由 URL 取得的值
$strText = $_GET['strText'];
echo "Hello, $strText!";
?>

執行(請注意地址列的內容)
回目錄