簡單的PHP真的,只是不能得到它出於某種原因...包含在PHP回聲內PHP和HTML
<?php
$myvalue = 'yes'
if ($myvalue == 'yes') {
echo 'This is some test content, within which is some more php bits
<?php echo 'Test'; ?> and an if statement
<?php if ($anothervalue = "test") { echo 'Print this'; } else
{ echo 'Print that' ; } ?>
And then some more content
<br />
Test
?>
} else {
echo 'The value didnt match';
}
?>
我需要包括回聲裏面的PHP,我怎麼能做到這一點?
使用串聯。 echo'該值不匹配:'。$ myvalue; – Juck
使用'「文本文本<?php echo'我是php';?>」'或者轉義字符串''文本文本<?php echo'我是php' ?>''。如果你想實際打印php代碼。 Else''text「。$ var。」text「.func()。」text「'。 –