Search found 3 matches
- Thu Oct 01, 2009 6:06 am
- Forum: PHP - Code
- Topic: Modify Text File Download Without Modifying Saved File?
- Replies: 4
- Views: 76
Re: Modify Text File Download Without Modifying Saved File?
Yes, of course. Thanks for your help.
- Wed Sep 30, 2009 11:04 am
- Forum: PHP - Code
- Topic: Modify Text File Download Without Modifying Saved File?
- Replies: 4
- Views: 76
Re: Modify Text File Download Without Modifying Saved File?
Umm....read the file, make the changes, and then send it to the user? What are you having trouble with? :/ Forgive me if I'm overlooking something obvious. My understanding (probably wrong) is that you normally have to write the changes to the stored file before allowing the user to download it. I'...
- Wed Sep 30, 2009 8:23 am
- Forum: PHP - Code
- Topic: Modify Text File Download Without Modifying Saved File?
- Replies: 4
- Views: 76
Modify Text File Download Without Modifying Saved File?
Hi. I'm new to the forum. I have a rather unusual need, and I'm seeking ideas on how to fulfill it. I want to write a PHP script that will take an existing text file and offer it as a downloadable link on a web page. Simple enough, except that when the user clicks the link to download it, I want the...