[PHP] Add PHP Module?

2003-11-13 Thread Ed.Lazor
I need to enable MCAL and Mcrypt support in PHP. Do I have to recompile or is there another option? Thanks, -Ed System Info: RedHat 9.0. Apache and PHP installed via RPM. PHP v4.2.2. Server API Apache 2.0 Filter

[PHP] sorting question

2003-11-18 Thread Ed.Lazor
I used PHP to combine several MySQL queries into a single array and now I'm trying to sort the results by one of the named columns. Is there an easy way to do this? asort didn't seem to do the trick, but maybe I'm not using it correctly. Here's the commands: asort($T); reset($T); foreach($T

RE: [PHP] sorting question

2003-11-18 Thread Ed.Lazor
The date field used from each table differs based on certain conditions that PHP is testing for. It would be great to have MySQL do that, but is that possible? Here's some additional info that might help. The first table includes fields Status, DateAdded, DateShipped, DateCompleted. If Stat