|
This is common in Microsoft products and can be done in MSSQL, phpMyAdmin/MySQL it cannot though.
I have never used Query Browser, but it might do what you are looking for, as Hades said.
Your other option, as others have said, is to create a PHP application, which is very easy to do in this case.
--
To create a PHP app for something like this, you would need to create a connection to your database, get the data from the database (the words table), use that data to populate a select dropdown list, and then add another input for what you need to insert into the other table. From there, once the submit button is clicked, you would validate your data and then add it into the database.
Bam! You're done.
__________________
█ Izzmo
█ Coding Guru Extraordinaire
█ ZeroWeb Hosting & Design - Customizable hosting for every type of user!
|