[PHP-DB] Parsing of db results by PHP

2001-09-09 Thread Robert Gormley
on rendering... With the above example, the raw code is just spat to the browser, and doesn't hit the interpreter. Any ideas? Regards, Robert Robert Gormley [EMAIL PROTECTED] http://seabreeze.asn.au/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

RE: [PHP-DB] Parsing of db results by PHP

2001-09-10 Thread Robert Gormley
the Miscellaneous Functions chapter (XXXVIII). -Original Message- From: Robert Gormley [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 09, 2001 1:18 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Parsing of db results by PHP Hi all, I have a MySQL db which contains table test, field test... one

[PHP-DB] Persistent Links and Temporary Tables

2001-09-14 Thread Robert Gormley
... also, how does this affect concurrency of temp table creation? Robert Robert Gormley [EMAIL PROTECTED] http://seabreeze.asn.au/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP-DB] Sorting a 2 dimension array

2001-10-05 Thread Robert Gormley
Is ksort() what you're looking for? Sorts an array by key, maintaining key to data correlations. Robert At 05:31 PM 5/10/2001 +0930, John Clarke wrote: I would like to sort a 2 dimensional array based on the value of one of the keys of each element. I have an array returned from a msql query