On Mon, 19 Mar 2001, Avi Boots wrote:
> Hi,
>
> 1. How can i convert a recordset of mySql on RH6.1 to an XML file ?
Write a script (Perl/Python/PHP or anything else that supports MySQL) that
will read the table and generate XML for it.
> 2. How can i send an XML file to the client browser ?
I think you should just put it on the HTTP server.
> 3. Is there a way to minimize cgi c++ files ?
>
You mean that they won't occupy a lot of space on the hard disk? This is
compiler specific, and gcc might have an option to optimize a program for
size.
Regards,
Shlomi Fish
> Thank you,
>
> Avi.
>
>
> =================================================================
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
>
>
----------------------------------------------------------------------
Shlomi Fish [EMAIL PROTECTED]
Home Page: http://t2.technion.ac.il/~shlomif/
Home E-mail: [EMAIL PROTECTED]
The prefix "God Said" has the extraordinary logical property of
converting any statement that follows it into a true one.
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]