PHP民意调查结果问题

PHP民意调查结果问题

本文介绍了PHP民意调查结果问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在我的网站上在一个页面上进行两次民意调查。我将使用免费的远程托管投票服务获得
。那部分很容易。


但我想删除两个人< a href>必须单击的链接单击以单独调用当前结果并将其替换为

单个链接,该链接将用于调用两个页面的结果并且

同时显示它们,最有可能在表格中显示。


可以使用PHP来执行此操作吗?我怎么写它才能得到两个

民意调查结果只用一个链接显示一个在另一个下面

点击?

I''d like to put up two polls on my web site on a single page. I will be
using a free remotely hosted poll service. That part is easy.

But I want to remove the two individual <a href> links that have to be
clicked to call the current results individually and replace them with a
single link that will be used to call the results of both pages and
display them at the same time, most likely in a table.

Can PHP be used to do this? How would I have to write it to get the two
poll results to display one beneath the other using only a single link
click?

推荐答案





结果是否存储在该远程托管服务上?如果是这样,你可能会对如何配置东西感到非常有限。



Are the results stored on that remote hosted service? If so you may be very
limited in how you can configure things.



这篇关于PHP民意调查结果问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-14 16:18