php - Mysql Database & drop-down List -


i want create database entry screen minimal programming. far phpmyadmin tool job except not offer options such drop-down lists on fields values populated table. there secure tool out there offers simple operations (preferably written in php , customizable).

thanks

if mean foreign keys, can below :

  1. convert both tables innodb, if not already.

  2. view structure of table have foreign key. make referencing field index.

  3. now come structure view , click relation view.

you can see more details in here


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -