Use delimiters to weave between PHP and HTML – <p><?php echo $VAR; ?> · Use the PHP short tag – <p><?=$VAR?> · For multiple variables, we can echo ...
確定! 回上一頁