Shaun wrote:
> Hi Marek,
>
> Thanks for your reply, could you tell me how I would go about this please?
You can muck around with CSV if you prefer, but tab-delimited is way
easier, assuming no tabs in your content.
This also assumes no newlines in your content.
If there are tabs and/or newline
Shaun wrote:
Hi Marek,
Thanks for your reply, could you tell me how I would go about this please?
header('Content-type: text/csv');
header('Content-Disposition: attachment; filename="download.csv"');
/** Now you perform the MySQL query, DECODE the information and echo it
to the screen. Hopefully
Shaun wrote:
Hi Marek,
Thanks for your reply, could you tell me how I would go about this please?
"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Shaun wrote:
Hi,
I have a database that contains encrypted data using Mysql function
ENCODE(). Certain users will be all
Hi Marek,
Thanks for your reply, could you tell me how I would go about this please?
"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Shaun wrote:
>> Hi,
>>
>> I have a database that contains encrypted data using Mysql function
>> ENCODE(). Certain users will be
Shaun wrote:
Hi,
I have a database that contains encrypted data using Mysql function
ENCODE(). Certain users will be allowed to view this data and I will allow
them to download a CSV file contain the decrypted data using the Mysql
DECODE() function. However I don't want this file to be left on t
On Tue, 2005-02-15 at 14:00, Richard Lynch wrote:
> Matt M. wrote:
> >> I have a database that contains encrypted data using Mysql function
> >> ENCODE(). Certain users will be allowed to view this data and I will
> >> allow
> >> them to download a CSV file contain the decrypted data using the Mysq
Matt M. wrote:
>> I have a database that contains encrypted data using Mysql function
>> ENCODE(). Certain users will be allowed to view this data and I will
>> allow
>> them to download a CSV file contain the decrypted data using the Mysql
>> DECODE() function. However I don't want this file to be
Shaun wrote:
> Thanks for the reply, I know how to delete a file I just wanted to know if
> its possible to ensure that its deleted automatically as soon as the user
> has downloaded it.
Yes.
You don't even put the file into your web tree DocumentRoot directory, and
you write a PHP script that al
Hi Matt,
Thanks for the reply, I know how to delete a file I just wanted to know if
its possible to ensure that its deleted automatically as soon as the user
has downloaded it.
Thanks...
"Matt M." <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>> I have a database that contains e
> I have a database that contains encrypted data using Mysql function
> ENCODE(). Certain users will be allowed to view this data and I will allow
> them to download a CSV file contain the decrypted data using the Mysql
> DECODE() function. However I don't want this file to be left on the server,
>
Hi,
I have a database that contains encrypted data using Mysql function
ENCODE(). Certain users will be allowed to view this data and I will allow
them to download a CSV file contain the decrypted data using the Mysql
DECODE() function. However I don't want this file to be left on the server,
11 matches
Mail list logo