onthespot Posted January 6, 2007 Share Posted January 6, 2007 i dont know if anyone is willing to help me, but i have a website that is coded to allow a user to sign in, and basically thats all, i want an area where they can submit scores, e.g. 1-1 or 3-0, to other users, then the other user accepts! the result will then update a league table! any ideas? i need help on how to approach it!thanks a lot :) Quote Link to comment https://forums.phpfreaks.com/topic/33044-league-help/ Share on other sites More sharing options...
onthespot Posted January 6, 2007 Author Share Posted January 6, 2007 anyway at all? Quote Link to comment https://forums.phpfreaks.com/topic/33044-league-help/#findComment-153952 Share on other sites More sharing options...
Asheeown Posted January 6, 2007 Share Posted January 6, 2007 You want a user to submit scores and then anyone to just come along and confirm those scores? Quote Link to comment https://forums.phpfreaks.com/topic/33044-league-help/#findComment-153954 Share on other sites More sharing options...
ober Posted January 6, 2007 Share Posted January 6, 2007 That's a little vague. It's not like we're going to sit here and walk you through it step by step. There's a lot involved in doing what you're talking about.But in reality, it's nothing more than a couple forms and permissions and some database work.You might start out by saying what you do know how to do. By the way, bumping your thread after 10 minutes on a Friday night (at least for me) isn't going to get you much of a different response. Quote Link to comment https://forums.phpfreaks.com/topic/33044-league-help/#findComment-153955 Share on other sites More sharing options...
onthespot Posted January 6, 2007 Author Share Posted January 6, 2007 sorry dude, i explained too briefly, i want say user X to be able to submit a score to user Y, from a drop down list of say, all the users in the league they are both in! so say there are League 1 and League 2, only League 1 players could submit results againt each other! and user X submits to user Y, who they confirms. The result is then added to the table! Quote Link to comment https://forums.phpfreaks.com/topic/33044-league-help/#findComment-153959 Share on other sites More sharing options...
onthespot Posted January 6, 2007 Author Share Posted January 6, 2007 [quote author=ober link=topic=121195.msg497891#msg497891 date=1168051778]That's a little vague. It's not like we're going to sit here and walk you through it step by step. There's a lot involved in doing what you're talking about.But in reality, it's nothing more than a couple forms and permissions and some database work.You might start out by saying what you do know how to do. By the way, bumping your thread after 10 minutes on a Friday night (at least for me) isn't going to get you much of a different response.[/quote]sorry about that, my bad dude! Quote Link to comment https://forums.phpfreaks.com/topic/33044-league-help/#findComment-153960 Share on other sites More sharing options...
Asheeown Posted January 6, 2007 Share Posted January 6, 2007 See where you want to start is take a page throw a form on there with say the name of your game then with your sessions or however you keep track of who is logged on call him from the database and select what league he is in...then call every user from that league and string a drop down box. basically its going to go to the page you specify with the form values which you can insert as a pending request in the database and when a user logs on he/she can simply confirm it by clicking on a button...if you want a starter code i could probably get you something Quote Link to comment https://forums.phpfreaks.com/topic/33044-league-help/#findComment-153961 Share on other sites More sharing options...
onthespot Posted January 6, 2007 Author Share Posted January 6, 2007 thanks mate, you have given me a clear description of how to go about it? starter code, what do you mean? :) Quote Link to comment https://forums.phpfreaks.com/topic/33044-league-help/#findComment-153964 Share on other sites More sharing options...
Asheeown Posted January 6, 2007 Share Posted January 6, 2007 Something to get you going...pretty difficult when you aren't running the actual project but enough code so you can take over and put in your own values such as database info, etc. Quote Link to comment https://forums.phpfreaks.com/topic/33044-league-help/#findComment-153965 Share on other sites More sharing options...
onthespot Posted January 6, 2007 Author Share Posted January 6, 2007 if you could do that, would be GREAT! thanks mate Quote Link to comment https://forums.phpfreaks.com/topic/33044-league-help/#findComment-153966 Share on other sites More sharing options...
Asheeown Posted January 6, 2007 Share Posted January 6, 2007 sure give me a few minutes to work something up here for ya Quote Link to comment https://forums.phpfreaks.com/topic/33044-league-help/#findComment-153967 Share on other sites More sharing options...
Asheeown Posted January 6, 2007 Share Posted January 6, 2007 do you use sessions or cookies and if so whats your username session or cookie called Quote Link to comment https://forums.phpfreaks.com/topic/33044-league-help/#findComment-153970 Share on other sites More sharing options...
onthespot Posted January 6, 2007 Author Share Posted January 6, 2007 just "username" dude, thanks Quote Link to comment https://forums.phpfreaks.com/topic/33044-league-help/#findComment-153973 Share on other sites More sharing options...
onthespot Posted January 7, 2007 Author Share Posted January 7, 2007 hey, did you manage to get me anything mate? Quote Link to comment https://forums.phpfreaks.com/topic/33044-league-help/#findComment-154651 Share on other sites More sharing options...
onthespot Posted January 7, 2007 Author Share Posted January 7, 2007 sorry for bumping, but on third page? you got owt mate? if not, no worries Quote Link to comment https://forums.phpfreaks.com/topic/33044-league-help/#findComment-155165 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.