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
assuming you get data from the database try this
echo "{$r['CName']}";