Posted on: 9/5/2014 3:12:50 PM | Views : 449

Hello. 
I am currently building a website. It is essentially supposed to view records and allow the logged in user to create new records. There are 3 things I need guidance and direction with:
1) How do I view records based on the login information of the user?
These records are going to be in an SQL database and will contain attributes such as: First Name | Last Name | Username | Interests
My website contains records from various colleges and when a user logs in, I want him to only view all records from his college.
The username begins with the name of the college (Harvard) and the records that I want the user to view also contain the name of the college. For example, if HarvardJohn logs in he should only be able to view records with Harvard in them. How do I do that?
2) How do I enable the user to delete a particular record?
< ...

Go to the complete details ...