sadcomedian
09-04-2002, 09:19 AM
I have very little experience with databases and backend scripting, and was wondering if someone could help me here.
I have MySQL support on the server.
Now I suppose the easiest way for me to do this is explain what the site should do, and then someone here that reads this could explain to me how to make that happen with PHP and SQL. Of course at this point, any help would be greatly appreciated.
Any user should be able to purchase a game separately, whether or not they have packages.
A user should be able to purchase 1 or more packages.
A user that has purchased 1 or more packages should be able to access those packages but only the one’s they have paid for.
Each package will have a time limit on them.
When the time limit is up, they should no longer have access to that package.
Also, I don’t understand what I need to do as far as databases go.
If I create tables for the database, how do I upload them or whatever?
Where do I test them and so forth?
And lastly, what’s a good program to do tables in? Access? Excel?
Well, that’s all I can think of right now.
Thank you for all the help.
Matthew
I have MySQL support on the server.
Now I suppose the easiest way for me to do this is explain what the site should do, and then someone here that reads this could explain to me how to make that happen with PHP and SQL. Of course at this point, any help would be greatly appreciated.
Any user should be able to purchase a game separately, whether or not they have packages.
A user should be able to purchase 1 or more packages.
A user that has purchased 1 or more packages should be able to access those packages but only the one’s they have paid for.
Each package will have a time limit on them.
When the time limit is up, they should no longer have access to that package.
Also, I don’t understand what I need to do as far as databases go.
If I create tables for the database, how do I upload them or whatever?
Where do I test them and so forth?
And lastly, what’s a good program to do tables in? Access? Excel?
Well, that’s all I can think of right now.
Thank you for all the help.
Matthew