This topic is locked

Custom Search Option

9/10/2014 10:43:33 PM
PHPRunner General questions
P
prab author

Hello
Overview of the Project

I have simple database table

Name

Address

Phone

Comments
I also have users like Admin and Manager with password login.
Question:

What i need is

  1. When "Manager" Logs in, he should only see a Search Box.
  2. Search box should only search with in "Name" field and display only Names
  3. When click on Names than show the full information only for that record, If he need another client he should Repeat the Steps.
    Please help.

    Thanks