|
Posted by Erwin Moller on 08/29/05 11:43
Karin Jensen wrote:
> On Fri, 26 Aug 2005, Alvaro G Vicario wrote:
>> I haven't checked the manual but I guess odbc_*() functions do now
>> allow custom sorting. However, there're array functions that allow
>> such task. So you'd need to load all results into an array. I hope
>> the query doesn't return 10,000 records ;-)
>
> Thanks, Alvaro. Excuse my ignorance, but what would be the syntax
> for loading the results into an array? I'm not clear how to deal
> with odbc results outside the odbc function set.
>
> Best wishes,
>
> Karin
Hi Karin,
These kind of questions are barely suitable for a ng, not because we don't
want to help you, but because this is all nicely described on www.php.net
including massive examples.
Just go to php.net and start reading about arrays, for-next, while, and
databasequeries.
Really, it is all there including examples.
Good luck.
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|