当前PHP查询:
$sql = mysql_query("SELECT stories.*, SUM(votes.vote_value) as 'total_votes' FROM stories JOINvotes ON stories.id = votes.item_name GROUP BY stories.id ORDER BY total_votes DESC LIMIT 10") or die (mysql_error("There was an error i
我只是需要一些帮助,因为我不知道为什么当我输入注册细节(只有2个字段),它会转到感谢页面,但当我检查我的数据库,没有新的记录下的用户。下面是我的代码:$username="**********"; // Mysql username $ParticipantID=$_POST["ParticipantID"];