Andreas Mueller - 2005-02-20 19:49:45
Hi Voznyak!
That one comes very handy, as I'm still struggling with multisort - thanks!
There is a problem though in your example script - clicking on the name, age, birth links produced a 404 wfor a weird link. It trcked down to your usage of $_SERVER['SCRIPT_SELF'] wich was not valid on my PHP. Replacing with $_SERVER['PHP_SELF'] cured the problem.
I dod not find any reference for SCRIPT_SELF in php.
Greets
Hugo