I try to create dropdown list with informations from title column in sql table, but never succeeds.
My connection and query is good. Can somebody to help me with this?
mysql_connect();
mysql_select_db();
$query = mysql_query("SELECT title FROM test");
Thanks!