您好,我正在制作博客 php 脚本,但无法正常工作。我不断收到错误消息。
如果有用,我正在使用 Microsoft WebMatrix 3。
<?php
Print "<div class=""post"">
<h2 class=""title""><a href=""#"">" .$info['title'] ."</a>
</h2><p class=""meta"">Posted by <a href=""#"">" .$info['name'] ."</a>".$info['date'] ."<div class=""entry""><p>".$info['post']"</p></div></div>"; ?>