I have data tabel vendor: ID vendor Name 1 AAA 2 bbb with query $query=mysql_query("SELECT * FROM vendor) how show results all data in textarea html like this 1-AAA 2-bbb please help me