-
lol
How to do this?
I am making a user of the week page, and i want to give the users a option to vote for it,
When they click on vote how do i make it so it goes to the database so i can easily see who they are voting for?
Id appreciate if someone could help me out here,
Thanks!
Page;
-
-
Enthusiast
Re: How to do this?
You're a 'Web Developer' but don't know how to do that one simple thing? makes sense...
Last edited by Waste; 23-11-15 at 07:25 PM.
Reason: Typo
-
Re: How to do this?

A Web Developer that doesn't know how to develop. @Waste hit it spot on.
-
lol
Re: How to do this?
move on pals
did not ask for that :P
someone mind helpin
-
Enthusiast
Re: How to do this?
let me take a look at that for ya kidda
HTML Forms good look on ur web development son
-
Re: How to do this?
Basically:
User clicks 'Vote' -> Form gets posted to the server -> Server checks if username exists -> If yes -> Check if user already voted this week -> If no -> Do a INSERT INTO query to a database table you made