我正在使用PHP从mySQL中进行简单的选择。我做错了一些我似乎无法追查的事情。这是我的陈述:$storyTitle=$_GET['title'];$storyDate=urldecode($_GET['date']);$SQL="SELECT*FROMtblContentWHEREREPLACE(contentTitle,'','-')=:storyTitleANDdate(publishDate)=date(:storyDate)";$conn=newPDO("mysql:host=$dbhost;dbname=$dbname",$dbuser,$dbpass);$q=$conn-