Hello Bart,
Tuesday, January 6, 2004, 12:40:38 PM, you wrote:
BK> This scripts works, but.. my desire is now to be able to sort the
BK> output, wich is generated by the 'while' loop, for instance on 'name',
BK> or on 'surname' . sort(), ksort()? I couldn't understand the
BK> explanations i found
[snip]
$result = mysql_query(
"SELECT id, name, surname, address FROM
addresses");
This scripts works, but.. my desire is now to be able to sort the
output, wich is generated by the 'while' loop, for instance on 'name',
or on 'surname' .
[/snip]
Do it in
2 matches
Mail list logo