$query = mysql_query("SELECT * FROM options"); while ($row = mysql_fetch_assoc($query)) $opt[$row[0]] = $row[1]; echo $opt['avatar_maxWidth'];