I want to use the following code to sort the results by the values found at [1] from my table something seems to be wrong though.
$sql_1[]= mysql_query(" SELECT * FROM artikel1 ORDER BY Bezeichnung ASC");
sort($sql_1 ASC,[1]);
Shouldnt this store all the values in the variables?
I want to reference the values with
Description<input name='name' type='text' maxlength='20' value='sql_1[1]'>