tobimichigan Posted May 12, 2009 Share Posted May 12, 2009 During registration, members fill in form data including a $variable that after one month is added to itself. That is, $variable=1000, in exactly a month, the same amount is added to itself. This aplies to all members. Quote Link to comment https://forums.phpfreaks.com/topic/157810-accumulating-members/ Share on other sites More sharing options...
Mchl Posted May 12, 2009 Share Posted May 12, 2009 What's your question? Quote Link to comment https://forums.phpfreaks.com/topic/157810-accumulating-members/#findComment-832291 Share on other sites More sharing options...
Adam Posted May 12, 2009 Share Posted May 12, 2009 Nice one! Quote Link to comment https://forums.phpfreaks.com/topic/157810-accumulating-members/#findComment-832310 Share on other sites More sharing options...
tobimichigan Posted May 12, 2009 Author Share Posted May 12, 2009 This is what I need to do: 1. Code to assign a figure to members accounts and act as their balance. 2. Another code to implement deduction or addition of numbers to member's account balance. Whenever a loan is applied for and granted, appropriate deduction from the balance of member should be reflected. 3. Page should be restricted to members only. http://tobimichigan.com Quote Link to comment https://forums.phpfreaks.com/topic/157810-accumulating-members/#findComment-832345 Share on other sites More sharing options...
Adam Posted May 12, 2009 Share Posted May 12, 2009 What work have you done on it so far? This may be better suited in the freelance forum? Quote Link to comment https://forums.phpfreaks.com/topic/157810-accumulating-members/#findComment-832349 Share on other sites More sharing options...
redarrow Posted May 12, 2009 Share Posted May 12, 2009 very easy innit..... user joins, after 1 month add 1000 to that user. use cron to add the user info correctly. Quote Link to comment https://forums.phpfreaks.com/topic/157810-accumulating-members/#findComment-832356 Share on other sites More sharing options...
tobimichigan Posted May 13, 2009 Author Share Posted May 13, 2009 Thanks for your response... Quote Link to comment https://forums.phpfreaks.com/topic/157810-accumulating-members/#findComment-833539 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.