Hello,
It's only a couple of weeks that I'm using PHP and MySQL, and I must say: it's fantastic! But now I've got a question...
I've build a form with a SELECT-box with several options. The result of an option is an ID (integer).
With an OnChange I want to lookup the ID in a table and return the description of the ID, as found in the table.
For example: in the SELECT-box the user chooses for "Don Johnson" with ID: 15. The OnChange kicks in and must locate ID 15 in the ACTORS-database and thus return "Miami Vice"...
How do I do this ???
Perhaps somebody has an example...
Thanks,
Hein.