ASCII download problem

This is a discussion on ASCII download problem within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Dear all, I want to download a mysql database and store the content in ascii format. Unfortunately, it is written ...


Go Back   Usenet Forums > PHP Programming Forums > alt.comp.lang.php

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-21-2005
Gerd Metje
 
Posts: n/a
Default ASCII download problem

Dear all,

I want to download a mysql database and store the content in ascii format.
Unfortunately, it is written in ANSI format.
How can I change the format from ANSI to ASCII during download ?

Just example, how it should work.

Thanks for any link or example.

Gerd

$query_text = "SELECT somedata from table";
$result = mysql_query($query_text, $connection);
Header("Content-Type: application/csv-tab-delimited-table");
Header("Content-disposition: filename=export.txt");
while ( $row = mysql_fetch_row($result)) {

php>??? convert $somedata to ascii ???<

print "$somedata"."\r\n";
}






Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:11 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0