hi everybody.
I have two tables:
1. job (job_name);
2. profile (id, name, job_name);
I want to create a form with name "info" including 3 fields: id, name, job_name.
in which, field job_name is dropdown and this field get data from field job_name of table job.
I do not have to know how to resolve.
Pls help me.
many thanks.
I have two tables:
1. job (job_name);
2. profile (id, name, job_name);
I want to create a form with name "info" including 3 fields: id, name, job_name.
in which, field job_name is dropdown and this field get data from field job_name of table job.
I do not have to know how to resolve.
Pls help me.
many thanks.
Hi rongyahoo,
If you need to do this with a database lookup then using Ajax is the easiest way. I posted an similar example for a zipcode lookup a few days ago.
Bob
If you need to do this with a database lookup then using Ajax is the easiest way. I posted an similar example for a zipcode lookup a few days ago.
Bob
Hi GreyHead,
He can say more about the example is not? position for example that such?
Bob.
He can say more about the example is not? position for example that such?
Bob.
Hi rongyahoo, try to search "ajax" or dropdown and find those posted by Bob
Cheers
Max
Cheers
Max
This topic is locked and no more replies can be posted.