firedrop84 Posted August 30, 2009 Share Posted August 30, 2009 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. Quote Link to comment https://forums.phpfreaks.com/topic/172491-pages-into-two-and-voting/ Share on other sites More sharing options...
ldb358 Posted August 30, 2009 Share Posted August 30, 2009 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 Quote Link to comment https://forums.phpfreaks.com/topic/172491-pages-into-two-and-voting/#findComment-909351 Share on other sites More sharing options...
RussellReal Posted August 30, 2009 Share Posted August 30, 2009 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 Quote Link to comment https://forums.phpfreaks.com/topic/172491-pages-into-two-and-voting/#findComment-909383 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.