I am currently working on a database driven website, and have run into a few "stumbling blocks".
And before I have to go and pay for another coder to help with this project (as I don't have all the knowledge necessary for this, and at an expense that we can't really afford...) I figured I might be able to get some help here with it...
IThe data that I am working with is "sensitive" in nature. So I will disclose as much as I can.
I have created a database with the necessary fields for the project. I have also done the login system and the data entry page...
What I need assistance with is the following pages:
listing page displaying records in the database, where records would be displayed based on a session variable that is equal to a field in the db table. and include a button/link to update each record displayed.
details page displaying a single record selected from the listing page (the db table has a recnum field that is auto_increment) where all the fields from the db table would show.
search page which would search the db table by 3 text input fields, which would search their respective db table field names, and display those records based on the same type of page as the listing page, (which of course could call the details page and the update record page).
update page where the record could be called and all fields from the db table be placed into their respective fields for editing... (i do understand the UPDATE command, but can't get the record from the db table to display on the page).
a page where the details page could be made printer friendly.
Even if it is already pre-written scripts where I have to change a few items and the page background etc... would be fine as long as someone could point me to what exactly needs to be changed.
Any help on this is much appreciated. Thanks in advance.
Rob.