I want to create a search button where a user can search by STAFFID. I am using dreamweaver and php as the scripting language. The Name of the table on which the search is to be performed is BIODATA with the following as the fields; STAFFID,SURNAME,MIDDLENAME,LASTNAME,SEX,DATEOFBIRTH,STAFFCATEGORY,STAFFTYPE,REGISTEREDNO,SSNIT,BANK,BANKACCOUNTNO,DATEOFFIRSTAPPOINTMENT,VALIDNATIONALID,PROFESSIONALRANK,NONPROFESSIONALRANK,NONTEACHINGRANK,SALARYSCALE,CONTACT.
When a user enters the staffID, it should display record of that specific staffID only. This is my project work and would need much help from anyone. I am a novice.
SEARCH IN PHP.
Moderator: General Moderators
Re: SEARCH IN PHP.
What do you have so far?