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 ]