Jump to content

PrePaid Balances


baker_hsv

Recommended Posts

hi, wondering if anyone can help me. I want to make a php/mysql script where each user who logs in has a pre-paid balance and once this user purchases an item it reduces this balance.
For example a user logs on to a deli site and has a prepaid balance of $30 and spends $25 the balance gets made $5. I want the balances for each user and the usernames and passwords of each user to be stored in MYSQL... any advice?

and when the balance gets to 0 a restriction so the user can't order anymore until topped up.

Thanks In Advance
:-)
Link to comment
Share on other sites

A user logs in and then you have a link for the user to credit there account using a form.

If your using paypal as the credt card handler use ipn to get a varable to update the database to insert a confirmation off credet.

Then echo out the members credit that they have.

As the user buys stuff show the user a deduation of the total from the money field.

Then if the user credit gets to 0 echo a message your credit is o please credit your account.

good luck.
Link to comment
Share on other sites

[!--quoteo(post=358001:date=Mar 24 2006, 06:43 PM:name=redarrow)--][div class=\'quotetop\']QUOTE(redarrow @ Mar 24 2006, 06:43 PM) [snapback]358001[/snapback][/div][div class=\'quotemain\'][!--quotec--]
A user logs in and then you have a link for the user to credit there account using a form.

If your using paypal as the credt card handler use ipn to get a varable to update the database to insert a confirmation off credet.

Then echo out the members credit that they have.

As the user buys stuff show the user a deduation of the total from the money field.

Then if the user credit gets to 0 echo a message your credit is o please credit your account.

good luck.
[/quote]

redarrow, you've almost typed his entire question out changing a few of his phrases for more complex ones.

baker_hsv youre pretty much asking in a forum designed to get specific tips how to construct an entire project. i'd suggest trying your best to implement what you can and coming back when you're stuck.
if you're really serious about doing it yourself, then have a look here first:

[a href=\"http://www.phpfreaks.com/tutorials/135/0.php\" target=\"_blank\"]http://www.phpfreaks.com/tutorials/135/0.php[/a]

it's a spot on tutorial to break down and plan how your site will fit together.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.