Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3661698
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T01:20:03+00:00 2026-05-19T01:20:03+00:00

This question is for those who have used PHP library FPDF (http://www.fpdf.org ) to

  • 0

This question is for those who have used PHP library FPDF (http://www.fpdf.org ) to generate PDF documents using PHP. I am generating a PDF file using the php file ‘my_file.php’. I want users to be able to download that PDF file. But in the browser the see the file in the address bar as ..somepath…./my_file.php . I want them to see it as a file with .pdf extension. Any idea how this can be done ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T01:20:03+00:00Added an answer on May 19, 2026 at 1:20 am

    You can’t change the browser address bar, but you can change the address on your server. For example if you’re using Apache, there’s mod_rewrite which allows you to do such things.

    If your problem is that when downloading the file, the browser wants to save it as .php, you could use those headers to force the download and a filename.

    header('Content-Type: application/octet-stream');
    header('Content-Length: ' . FILESIZE_HERE);
    header('Content-Disposition: attachment; filename=' . FILENAME.pdf_HERE);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is a bit confused question for those who don't now advanced SQL... However.
Some people have mentioned RockScroll and MetaScroll in This Question , but those only
This question will seem obvious to those who haven't encountered the problem themselves. I
I have a question for those of you who have dealt with retailers in
those of you who read my previous questions may already know this: I'm currently
This question relates to those parts of the KenKen Latin Square puzzles which ask
First of all my apologies to those of you who would have followed my
While answering this question, I got these confusing results: double d = 0.49999999999999990d; //output
Hey, so this is one of those questions that seems obvious, and I'm probably
Hey this is going to be one of those dumb questions. I am trying

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.