# Can anyone hand me a tutorial on making PHP web polls

**URL:** https://forum.kirupa.com/t/can-anyone-hand-me-a-tutorial-on-making-php-web-polls/19263
**Category:** Uncategorized
**Created:** [April 25, 2003, 10:14pm UTC](https://forum.kirupa.com/t/can-anyone-hand-me-a-tutorial-on-making-php-web-polls/19263 "2003-04-25T22:14:35Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![chris9902](https://avatars.discourse-cdn.com/v4/letter/c/eb9ed0/32.png) [@chris9902](https://forum.kirupa.com/u/chris9902)
#### Post date: [April 25, 2003, 10:14pm UTC](https://forum.kirupa.com/t/can-anyone-hand-me-a-tutorial-on-making-php-web-polls/19263/1 "2003-04-25T22:14:35Z")

</div>

i really need a standard voting web poll

i think there are PHP or ASP but i have never used either

all the tutorials i find you have to pay for 😠

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 25, 2003, 10:19pm UTC](https://forum.kirupa.com/t/can-anyone-hand-me-a-tutorial-on-making-php-web-polls/19263/2 "2003-04-25T22:19:06Z")

</div>

yup… give me two seconds:

[http://www.daydreamgraphics.com/tutorials/list/details/2/68?PHPSESSID=498e4d9ec4abb9f7286f5f25240289bc](http://www.daydreamgraphics.com/tutorials/list/details/2/68?PHPSESSID=498e4d9ec4abb9f7286f5f25240289bc)

That uses mySQL and PHP. If you don’t have access to mySQL, you can use a text file to hold the values of the variables.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 25, 2003, 11:17pm UTC](https://forum.kirupa.com/t/can-anyone-hand-me-a-tutorial-on-making-php-web-polls/19263/3 "2003-04-25T23:17:49Z")

</div>

i think i have MySQL on my server

i don’t use it so i never looked

thanks alot Jubba
