Mhtml
08-07-2002, 09:32 AM
Ok, I'm working on this project for students so that they can pool all of their study resources into one giant db on the web.
I'm just trying to figure out how I would do it, should I post the info from the form into a database and which is accessed from the newly created page or do the same except from a text fil instead of a db?
Also how would I go about making the pages?
I know that using the filesystemobject I can create a text file but can I make an asp file?
If I can make an asp file how can write the lines of code needed to access the newly created database entries?
the form I'd be using would be something like to input fields, just one for the title and one for the content of the resulting page.
OR
Should I just have the page created without txt file of db, with the form results pasted to the page? Which way would be easier for a search feature?
I'm just trying to figure out how I would do it, should I post the info from the form into a database and which is accessed from the newly created page or do the same except from a text fil instead of a db?
Also how would I go about making the pages?
I know that using the filesystemobject I can create a text file but can I make an asp file?
If I can make an asp file how can write the lines of code needed to access the newly created database entries?
the form I'd be using would be something like to input fields, just one for the title and one for the content of the resulting page.
OR
Should I just have the page created without txt file of db, with the form results pasted to the page? Which way would be easier for a search feature?