RE: [PHP] PHP-Only Polling Script?

2003-11-20 Thread Jay Blanchard
[snip]
Can anyone recommend a good, simple PHP-only polling script?
[/snip]

I found this by using Google

http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=267lngWId=8

http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=PHP+voting+script

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP-Only Polling Script?

2003-11-20 Thread John Nichel
Jay Blanchard wrote:
[snip]
Can anyone recommend a good, simple PHP-only polling script?
[/snip]
I found this by using Google

http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=267lngWId=8

http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=PHP+voting+script

I keep hearing about this 'Google' thing.  I really must check that 
place out one day. ;)

For premade scripts, there's always here too...

http://www.phpresourceindex.com

--
By-Tor.com
It's all about the Rush
http://www.by-tor.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] PHP-Only Polling Script?

2003-11-20 Thread Rob Adams
John Nichel [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 For premade scripts, there's always here too...

 http://www.phpresourceindex.com


Is this page a joke?  When I go there, I get this message:

error
Active Server Pages error 'ASP 0241'
CreateObject Exception

/Default.asp

The CreateObject of '(null)' caused exception C005.
/error



  -- Rob

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] PHP-Only Polling Script?

2003-11-20 Thread Dan Joseph
Hi,

 Is this page a joke?  When I go there, I get this message:

 error
 Active Server Pages error 'ASP 0241'
 CreateObject Exception

 /Default.asp

 The CreateObject of '(null)' caused exception C005.
 /error

Looks ok to me, except last I remmeber, ASP gave you a line number it
crashed on.  Myabe ASP.NET doesn't.  I've never actually seen ASP.NET report
errors to the browser..

-Dan Joseph

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP-Only Polling Script?

2003-11-20 Thread John Nichel
Rob Adams wrote:
John Nichel [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
For premade scripts, there's always here too...

http://www.phpresourceindex.com



Is this page a joke?  When I go there, I get this message:

Nope, no joke...just not thinking while I type

http://php.resourceindex.com/

--
By-Tor.com
It's all about the Rush
http://www.by-tor.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] PHP-Only Polling Script?

2003-11-19 Thread Mark D Hiatt
Can anyone recommend a good, simple PHP-only polling script?
 
I have a non-profit with no money that wants people to be able to select 
one from a range of candidates, and then see the total number of votes, 
the percentage breakdown and probably a histogram or a bar graph showing 
the most popular selections.
 
They are not worried about anyone scamming them, thinking that as many 
people would vote sixty times for Blue as would vote sixty times for 
Green. It wouldn't have to be secure, wouldn't have to support a bunch 
of cookies, wouldn't have to validate users, etc. etc. They don't have any 
money, so I don't have any time.
 
I just need a good, cheap, low-hours-to-live, no-database, no-money poll. 
Anyone know of one?
 
Mark D Hiatt
Better Documentation Through Science

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php