SEARCH IN PHP.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Logout
Forum Newbie
Posts: 1
Joined: Sat Jun 27, 2015 12:07 pm

SEARCH IN PHP.

Post by Logout »

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.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: SEARCH IN PHP.

Post by requinix »

What do you have so far?
Post Reply