I am trying to populate a Drop down box from results of a mySQL Query, in Php. I\'ve looked up examples online and I\'ve tried them on my webpage, but for some reason they j
After a while of research and disappointments....I was able to make this up
query("select * from table");?> //insert the below code in the body Name Email City/ Region Details "; echo "".$row['username'].""; echo "".$row['city'].""; echo "".$row['details'].""; echo ""; } ?>
Trust me it works :)