[PHP] provide flag -X when connecting to mysql

2003-10-13 Thread Victor Spång Arthursson
Using the command line client when connecting to mysql makes it possible to provide the flag -X to get the result as XML directly from mysql. What I wonder is if its possible in some way to provide this flag via php to get the result as it appears in the command line client, that is, as xml?

Re: [PHP] provide flag -X when connecting to mysql

2003-10-13 Thread Marek Kilimajer
No, it is not. But there are plenty of classes that can do it for you. Victor Spång Arthursson wrote: Using the command line client when connecting to mysql makes it possible to provide the flag -X to get the result as XML directly from mysql. What I wonder is if its possible in some way to

Re: [PHP] provide flag -X when connecting to mysql

2003-10-13 Thread Victor Spång Arthursson
2003-10-13 kl. 16.39 skrev Marek Kilimajer: No, it is not. But there are plenty of classes that can do it for you. Can you recommend any? Sincerely Victor -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] provide flag -X when connecting to mysql

2003-10-13 Thread Marek Kilimajer
No, I haven't used any, but search www.phpclasses.org and choose the one with the best rating. Victor Spång Arthursson wrote: 2003-10-13 kl. 16.39 skrev Marek Kilimajer: No, it is not. But there are plenty of classes that can do it for you. Can you recommend any? Sincerely Victor --