I can\'t seem to get the following code to make a dropdown menu that contains data from a mysql database. The \"include(\'connect.php\');\" connects to the mysql database an
try,
echo "' . $r['CName'] . '";
instead of
echo "$r[CName]";