PHP コードの " と " の間に HTML を挿入するにはどうすればよいですか。
html コードをそこに挿入したいのですが、挿入hello
できません。
$this->setError($postName, ucfirst($postName)." hello.");
} else if(strlen($postVal) > intval($max)) {
こんにちはと言う場所にこのコードを挿入したいと思います。
<div class="alert alert-success">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>Thank You!</strong> We hope to get back to you shortly.
</div>