Thanks for your input Eternalprophet,
here is more information on what i would like to do:
I want to add to my member system, Points that user can purchase. With those points, the user will be able to view Tutorial videos and Drill video.
I would like to be able to :
1 - Offer say, 3 or 4 different bundle of points and assign a price to each of them.
2 - At the start the user once registered does not need points to browse most of the site. Only the tutorial sections with video will required points.
with Paypal i would like to for example:
package 1 = 25 points / 5$
package 2 = 50 points / 10$
package 3 = 120 points / 15$
package 4 = 200 points / 20$
User choose the package of points they want, it brings them to paypal for payment.
Once the payment made and everything is legit and OK, i want to add the points to the User account and bring the user back to the page they was viewing.
I need to track the User ID / Username and The package they choose in order to know the ammount of points to add in the user points database.
Being a rookie i got no idea if this can be done using paypal and if so how can i track it, and can i assign extra var to the process in order to track the info.
Now i have been on paypal.com/pdn and all the example was for a shopping cart mostly for product catalogs. I dont think these example are good for what i want to do, because the User will not be able to choose more than one package. But i may be wrong. I aint an expert in this field, since it will be the first time i get involved with payment on my site.
So i need advise, tutorial , tricks on how can this be done, and if paypal is a good choice for it.
Anyone got an idea?