Re: [PHP] Sort flags

2003-12-14 Thread John W. Holmes
Jake McHenry wrote: Hi all, quick question. Whenever I try putting any flags with the any of the sort functions, I get this error: Warning: Wrong parameter count for natsort() in /var/www/secure/travelrequest/handler.php on line 950 My sort call looks like this: natsort($array, "SORT_STRING"); na

[PHP] Sort flags

2003-12-14 Thread Jake McHenry
Hi all, quick question. Whenever I try putting any flags with the any of the sort functions, I get this error: Warning: Wrong parameter count for natsort() in /var/www/secure/travelrequest/handler.php on line 950 My sort call looks like this: natsort($array, "SORT_STRING"); Running PHP v. 4.2