In article <[EMAIL PROTECTED]>, "Eliot Shepard"
<[EMAIL PROTECTED]> wrote:
>> There's already a sql2xml module in pear called XML_sql2xml, which
> uses
>> PEAR::DB and has some more features (so it's also more bloated, maybe
> :)
>> ), but does basically the same.
>
> Ah. Had I been more aware o
> There's already a sql2xml module in pear called XML_sql2xml, which
uses
> PEAR::DB and has some more features (so it's also more bloated, maybe
:)
> ), but does basically the same.
Ah. Had I been more aware of PEAR, I would have found this. Off-topic I
know, but is there a plan for something a
In article <[EMAIL PROTECTED]>, "Joey
Smith" <[EMAIL PROTECTED]> wrote:
> I agree with Brian on this. The only way I can see it being a good idea
> to have this in a module is if it were made part of the dbx extension,
> or maybe a PEAR C module...
There's already a sql2xml module in pear called
On Thu, Aug 23, 2001 at 03:17:02PM -0600, Joey Smith wrote :
> I agree with Brian on this. The only way I can see it being a good idea
> to have this in a module is if it were made part of the dbx extension,
> or maybe a PEAR C module...
What about PEAR, no?
- Markus
--
PHP Development Mailin
I agree with Brian on this. The only way I can see it being a good idea
to have this in a module is if it were made part of the dbx extension,
or maybe a PEAR C module...
On Thu, 23 Aug 2001, Brian Moon wrote the following to Eliot Shepard :
> This is a very neat function. I may be able to use
sage -
From: "Eliot Shepard" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 23, 2001 3:38 PM
Subject: [PHP-DEV] mysql_fetch_xml
> I have written a simple PHP function which returns all result rows
> associated with a mysql query as an XML document. I
I have written a simple PHP function which returns all result rows
associated with a mysql query as an XML document. I needed this to
facilitate XSLT presentation of database records.
I was thinking about reimplementing the function in C and contributing
it to php_mysql.c. Would there be any inte