Jump to content

pages into two and voting


firedrop84

Recommended Posts

Hi,

 

I am currently trying to develop a prototype which I need to divide the page into two seperate page. When the user interacts with the left sidfe of the page nothing happens to the right side and the same for the right side. Any idea what will be the best and easier way to do that. I thought of frames but then I said let me check if there is something else around.

 

the second question I got is if anyone have seen around a php script where users can vote on a topic but each user are assigned to a group where each grou phas different weight of voting. For example, if Experts in IT voted they get double marks than normal guyz and so on.

 

this is all need to be in php.

Link to comment
Share on other sites

for the first one i think that the easiest option would be frames but any way you do the option is going to be sever side , then for the second one if you already have a poll system then you could add a ranking system to you users table then when a user votes you check there rank then continue on with the voting depending on there rank

Link to comment
Share on other sites

first part.. frames or ajax.. ajax would be a bit more tricky tho considering if you're gonna do page refreshes it could be a lil tricky with serverside code.. like working with sessions coz then you'd hafta do EVERYTHING before outputting ANYTHING.. and you can't code like normal lol its hard :) well not HARD but tedious and the second bit.. I'm not sure if there is an open source script for that.. but you could code one relatively easy.. well I could :)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.