ScottWilson Posted May 5, 2014 Share Posted May 5, 2014 Ok here we go I have my database with User Id, User name...etc one of them is a score, I have a page which I want to be able to go to and input two user IDs tick one indicating they are the winner then the server goes to the database matches them 2 user id numbers gets there scores and runs a peace of math adjusting each users score depending if they had won or not? In the most simplist of explaining can anyone help. I am using Dreamweaver 8 and my hole site is in php. I am setting up a League system online using the ELO system of working scores out. Quote Link to comment Share on other sites More sharing options...
ginerjm Posted May 5, 2014 Share Posted May 5, 2014 It would help if you posted some code since that's what we do here - help people fix their code, not write their systems. Hopefully you write code better than you write English. I counted 4 spelling errors, and a half dozen punctuation errors (important not to do with PHP) and a slew of grammatical errors. Quote Link to comment Share on other sites More sharing options...
ScottWilson Posted May 5, 2014 Author Share Posted May 5, 2014 Thats the thing I havent attempted to write the code for it yet, Iam scratching my head on how to tackle it. Quote Link to comment Share on other sites More sharing options...
ginerjm Posted May 5, 2014 Share Posted May 5, 2014 Well, keep scratching. Quote Link to comment Share on other sites More sharing options...
ScottWilson Posted May 5, 2014 Author Share Posted May 5, 2014 Well thats helpfull....for a forum thats designed for helping, theres a great lack of it. Quote Link to comment Share on other sites More sharing options...
mac_gyver Posted May 6, 2014 Share Posted May 6, 2014 (edited) you seem to have a misunderstanding on what programming help is and what programming is. the forum section where you posted this has a description of - Do you need help with some code you wrote? what we do in this forum section is to try and help with errors and problems with code you have written. you are expected to supply the programming, we are only here to help with errors or problems with the code after you cannot figure out the problem yourself. where you are at, of having a statement of what you want your system to do, isn't even a question. it's a statement. having a statement of what you want is only the first step in designing a system. we can only answer questions, specific questions. you must next break the problem down into the steps that will accomplish what you want, define what data you will have/input at each step, define what you want the user interface to be at each step, and define what data/result each step will produce (to serve as input to the next step.) once you have sufficiently defined everything for each step, you are ready to sit down and design, write, and test the code that will produce the user interface you have defined, get/accept the input you have defined, perform the processing you have defined, and produce the result you have defined for each step. so, from a programing help forum standpoint, where are you stuck at when you tried to move beyond just having a statement of what you want? Edited May 6, 2014 by mac_gyver Quote Link to comment Share on other sites More sharing options...
ginerjm Posted May 6, 2014 Share Posted May 6, 2014 Well said mac_gyver!! Quote Link to comment 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.