向上/向下投票脚本

发布于 2024-09-27 11:48:44 字数 98 浏览 2 评论 0原文

我正在尝试用 PHP 为我的帖子开发一个投票系统,访问者可以对帖子进行投票赞成或反对,然后我应该能够按最高/最低评分对帖子进行排序。

谁能推荐一个我可以用的好脚本吗?

I'm trying to develop a voting system in PHP for my posts where visitors can vote them up or down and then I should be able to sort posts by highest/lowest rated.

Can anyone please recommend a good script I can use for this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

孤者何惧 2024-10-04 11:48:44

没有任何“脚本”可以神奇地为您完成此操作。

您需要在 MySQL 数据库中创建一个表,该表至少有两个字段:帖子 ID 和投票计数。

您还需要创建一个 PHP 页面来处理投票更新以及按排序顺序返回帖子。

There is no "script" that will magically do this for you.

You will need to create a table in your MySQL database, which at the very least has two fields, post id, and vote count.

You will also need to create a PHP page which handles vote updates as well as returning posts in sorted order.

撑一把青伞 2024-10-04 11:48:44

以下链接会将您引导至包含大量此类投票脚本的页面。有些是免费的,有些则需要付费:

The following links refer you to pages with a bunch of such voting scripts. Some are free and some you have to pay for:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文