Trying to create a site that will allow multiple users to ad

ghurty

Beta member
Messages
2
Hi,

Im new at this and I have a project that I would like to do, but I nead alot
of help on.

I want to create a site that will allow multiple users to add information in
to a table.
Any user will be able to search all entries (that were added by other users)
, but they will only be able to view certain parts of the entry.
They can request the full entry, but that has to be approved by the one that
created the entry.

So I guess Ill nead a few diffrent parts.
1) Login
2) Data entry form
3) Search form
Plus the table to store everything in.

I do not know where to start, so any help will be most appreciative. I dont
know how to create a form for adding data into a table.

Thankx
 
Thank You,
let me clarify abit.
Each user would be able to add multiple entries about diffrent Items.
For example:
A teacher (a user) can input multiple students into the database. There will be mutiple fields regarding that student (for example: name, age, dob,history, location).
A diffrent teacher (user) can search the database, lets say for age and location. It will display multiple results, but not the name. The teacher can then go and click a "request more information" button, which will then submit a request to the teacher that had entered in the information. That teacher can then respond (manually) with more info.
But the original teacher has to be able to go back and edit the information of any students that he had entered.

I hope this helps you help me.
 
Ok, what are you having trouble starting with? Do you need help setting up or designing a database? Are you confused about using SQL? PHP? HTML? Right now you dont really seem to have a question, so much as a request for someone to design a dynamic website for you.

Help us help you. What have you done so far?
 
Back
Top Bottom