I am trying to add a choice of sorts with the following sql

order by 1,&< name="Sort By"
hint="3=Name 5=Time"
default="5"
type="integer"
required="yes">

This works fine with PL/SQL and Oracle, but on a PHPnuke web portal the script runs but ignores the order by.

Please help