Web database

S

SJ

I want to build a website that does a few things. One, a database that pulls
reading passages at random. Two, the time to read must be counted then all
right and wrong answers stored. Three, I need the website to be accessed by
login. Any body?? Please suggest a discussion group maybe??

I educate and assess children have no money to do this but want to help kids.
Thank you for any help.
SJ
 
R

Ronx

First, what server is the site to be hosted on?
Windows servers will support Access database, with asp or asp.NET for
scripting.
Unix servers will support mySQL database, with PHP for scripting;

If using Windows server, then FrontPage has the Database results wizard
that will get you started with the database, and Microsoft has sample
code for a Login system.

The project can be dealt with in 4 parts:
1st, the Login.
2nd, Reading the random text from a database
3rd, The timed test
4th, Updating the results to the database

Individually, each part is fairly simple - if you have the programming
skills and knowledge.

Basic tutorials in PHP, asp, and asp.NET can be found at
http://www.w3schools.com

I cannot suggest a more appropriate forum/newsgroup without knowing the
technologies (asp, php, Access, mySQL etc) you intend to use.
 
S

SJ

Ronx, Wow, thank you. I am learning asp.Net right now. I was hoping to use
Frontpage as an easy out.

The servers will differ, but all will run asp programming. I was thinking of
using mysql, or sql???

Access is a possibility, you think it would serve me better? pun intended.

I am worried about the timer on the page, and I am very in the dark about
login

Does any of this put me on the right road?

Thank you for your time
SJ
 
R

Ronx

For a windows server, MS SQL Server or Access will work - better
performance perhaps from MS SQL Server.
For Unix, use mySQL, but check that the server supports asp, most Unix
servers don't, and no Unix server supports Access or asp.NET (Unix
running MONO will support asp.NET, but they are very rare).

For the login, take a look at
http://support.microsoft.com/default.aspx?scid=kb;en-us;825498

The timer might be difficult - you could set a JavaScript timer that
starts when the page finishes loading, and stops (writing the time into
a hidden field) when the user starts filling in the questionnaire or
submits the form.

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top