PDA

View Full Version : ASCII Export button


nine_D
02-07-2004, 08:06 AM
I want a button that takes a data set from a mysql table, converts it to ascii, and saves it on the user's computer. Does anyone know a function or how to do this using php or javascript? I cannot find any info on how to do this so your comments would be appreciated. Thanks.

Celtboy
02-07-2004, 04:47 PM
what format is the data in before conversion? Unicode-8? Binary? Hex?

nine_D
02-07-2004, 11:41 PM
Not sure. Some will be integers but most will be text.