weslker Posted September 4, 2008 Share Posted September 4, 2008 I need another functions sample which can get, set and add credits functions~ WHO can provide me some releated functions coding in PHP? Thx Link to comment https://forums.phpfreaks.com/topic/122667-get-set-and-add-credits-functions/ Share on other sites More sharing options...
Ken2k7 Posted September 4, 2008 Share Posted September 4, 2008 What kind of credits? Link to comment https://forums.phpfreaks.com/topic/122667-get-set-and-add-credits-functions/#findComment-633409 Share on other sites More sharing options...
weslker Posted September 4, 2008 Author Share Posted September 4, 2008 Hi ken2k7 The credits functions like users can use master cards to buy the SMS credits. Any releated samples for reviews? thx Link to comment https://forums.phpfreaks.com/topic/122667-get-set-and-add-credits-functions/#findComment-633445 Share on other sites More sharing options...
aschk Posted September 4, 2008 Share Posted September 4, 2008 Are you talking about a transactional system for purchasing? e.g. 1) User chooses product 2) User proceed to checkout 3) User enters card details and submits 4) Begin transaction 5) Is card valid? 6) Does card have enough funds? 7) If funds available, reserve funds for card Remove product from stock system (decrement stock count) 9) If successful, take funds from card 10) Complete transactions, otherwise rollback (unreserve funds) PHP has no "credit" functions as such, you need to design/build the transactional system yourself. At least i'm guessing this is what you're talking about... Link to comment https://forums.phpfreaks.com/topic/122667-get-set-and-add-credits-functions/#findComment-633477 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.