Hi -
I have a website that is written in HTML/Javascript/ASP Classic and utilizes a MS Access 2007 Database (*.accdb) - The site works great but has not been published yet becaause I am having a problem getting to my registration page where the user will create a useid and password to gain full access to the website - In order to get to the registration page the user must purchase a yearly subscription - I was going to use Pay Pal - So the user goes to my site andwecides they want to become a member and they hit the subscribe button on my page and then get sent to Pay Pal and if they purchase a memebership then they will return to my site at the registration page where they will create a userid and a password - If the userid has already been assigned to someone else then they will have a chance to re-enter another userid (theu userid must be unique and is checked in MS Acess DB) - So here is my problem - I am hearing that I need a dynamic URL to get to the that registration page where the user will create the login and password - Pay Pal can generate a dynamic URL but it is for PHP only - So I am stuck - I need to be able to have the registration page protected from unathourized access so the page does not get "backdoored" and non paying users can wind up creating a username and password -
The IPN in Pay Pal is not really suitable to check since the url can be duplicated and shared and I can't have that - So that is why I have been hereing about this Dynamic URL which needs to be created and again I am stuck -
If anybody can help me with this at all I would greatly appreciate it - I have been pretty frustrated for a long long time so I am seeking some help from the daniweb community - Thank you all so much for reading my post -