Jump to content
  • 0

pomoc PHP - Header (Download file)


{V} P - y c h o {V}

Dotaz

Nazdar, mám další problém a zas ten podobný jako ostatní, na verzi PHP 5.2 to funguje, ale na verzi PHP 5.3 nefunguje ...

header('Content-type: text/plain');
header('Content-Disposition: attachment; filename="ladeni-orig.txt"');
readfile('../debug/www.ttx');

Místo toho aby se mi vypsal zdroj souboru www.ttx do souboru ladeni-orig.txt a ten se mi nasledne stahl, tak se mi stáhne stránka index.php v HTML ... Zkoušel sem to i s normálním PDF souborem nebo TXT souborem, ale taky neúspěchy :|

Link to comment
Share on other sites

5 odpovědí na tuto otázku

Recommended Posts

  • 0
Nazdar, mám další problém a zas ten podobný jako ostatní, na verzi PHP 5.2 to funguje, ale na verzi PHP 5.3 nefunguje ...

header('Content-type: text/plain');
header('Content-Disposition: attachment; filename="ladeni-orig.txt"');
readfile('../debug/www.ttx');

Místo toho aby se mi vypsal zdroj souboru http://www.ttx do souboru ladeni-orig.txt a ten se mi nasledne stahl, tak se mi stáhne stránka index.php v HTML ... Zkoušel sem to i s normálním PDF souborem nebo TXT souborem, ale taky neúspěchy :|

 

Co to má dělat ?

Edit: Nikdy jsem to nepoužil !

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...