ok here my plan:
1) member suses html form to enter user id and registration code this then lets them access shop
2) member clicks link which goes to page like www.mydomain.com/001.php being the item they purchased which in turn deducts the price from their balance
but what im trying to do to get it to deduct fromt eh right member is get it to include the members id and reg code in the url.
the items and teh purchase link is stored in the database liek so:
<a href="http://www.global-european.com/items/001.php?id=$id&code=$reg">Purchase?</a>
but when the user clicks the link its not usign the regcode and id that is already in the page if you know what i mean ?