trying to get information from a field and it's not recognizing the field name. \[code\]$selectsecurityname = mysql_query("SELECT security name FROM securityinfo") or die(mysql_error());\[/code\]Have a feeling it's because the fields name "security name" is two words. Is there a way to pass a two-word field name, or do I have to change everything to omit spaces?