Link to home
Start Free TrialLog in
Avatar of fferrel
fferrelFlag for United States of America

asked on

Dreamweaver PHP Recordsets

I created a simple lookup form in Dreamweaver to query a MySQL database.  Right now I have it looking up based on a single input.  I would like to use 2 inputs to do the lookup.  I know this is done in the advanced tab but I have no idea how to accomplish this.

Sorry for the poor terminology I am new to recordsets.

Screen shot may be helpful to understand my problem.
ss.jpg
Avatar of cataleptic_state
cataleptic_state
Flag of United Kingdom of Great Britain and Northern Ireland image

What do you want to "lookup"?

Do you want a "Chained" dropdown box where input 1 will determine input 2's content?

Or do you just want to load two different values?
Avatar of fferrel

ASKER

Currently I have it where they enter in the PatronID and it will output LName and AccountBal.  

I want it so they have to enter in the PatronID and LName to get the AccountBal.  No dropdowns just text.
ASKER CERTIFIED SOLUTION
Avatar of thedwill
thedwill
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of fferrel

ASKER

You rock man,  thanks again!