Since I don't know what columns your trying to select the general syntax for select is
"SELECT column1, column2, column3 FROM friendzone WHERE ID ='$editID'"
Or if you want to select all columns just type
"SELECT * FROM friendzone WHERE ID = '$editID'"