View Single Post
  #38  
Old August 14th, 2003, 06:04 AM
Ruatha's Avatar

Ruatha Ruatha is offline
Major General
 
Join Date: May 2002
Location: Linghem, Östergötland, Sweden
Posts: 2,255
Thanks: 0
Thanked 0 Times in 0 Posts
Ruatha is on a distinguished road
Default Re: OT:Is this the right forum for HTML help?

Good,
I changed the path and the Last character from g to _ and so far it works ok.

Thanx Fyrons PHP script at my site (Not incorporated yet)

Now I just need it to start an automatic download instead of making a link....

This is the script I made prior to yours, it finds the right file but as I said I get header errors and it shows the content in the browser:
http://ruatha.homelinux.org/test.txt


Warning: Cannot modify header information - headers already sent by (output started at d:\data\server\test.php:1) in d:\data\server\test.php on line 38

Warning: Cannot modify header information - headers already sent by (output started at d:\data\server\test.php:1) in d:\data\server\test.php on line 40

Warning: Cannot modify header information - headers already sent by (output started at d:\data\server\test.php:1) in d:\data\server\test.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at d:\data\server\test.php:1) in d:\data\server\test.php on line 50

Warning: Cannot modify header information - headers already sent by (output started at d:\data\server\test.php:1) in d:\data\server\test.php on line 52

Warning: Cannot modify header information - headers already sent by (output started at d:\data\server\test.php:1) in d:\data\server\test.php on line 54

Warning: Cannot modify header information - headers already sent by (output started at d:\data\server\test.php:1) in d:\data\server\test.php on line 58

Warning: Cannot modify header information - headers already sent by (output started at d:\data\server\test.php:1) in d:\data\server\test.php on line 60

Warning: Cannot modify header information - headers already sent by (output started at d:\data\server\test.php:1) in d:\data\server\test.php on line 62

and then it starts to show text of the content of the zip file, not what I had in mind!

[ August 14, 2003, 05:22: Message edited by: Ruatha ]
Reply With Quote