By act differently i mean that i want a php page like:
http://www.example.com/dowloadfile.php?file=downloadable_file_name.pdf
How to do this?
(i am not asking about how to use the file variable. I have good knowledge of php but i dont know how to make the server send the file downloadable_file_name.pdf
also please tell me how to make a page like http://www.example.com/show.php?id=100 display an image so that <img src="http://www.example.com/show.php?id=100" /> displays an image.
another question similar to above two is how to make the page http://www.example.com/file.html send a downloadable file name.pdf to the browser.
Thanks you
(Please help me. I am in serious need of this info)
http://www.example.com/dowloadfile.php?file=downloadable_file_name.pdf
How to do this?
(i am not asking about how to use the file variable. I have good knowledge of php but i dont know how to make the server send the file downloadable_file_name.pdf
also please tell me how to make a page like http://www.example.com/show.php?id=100 display an image so that <img src="http://www.example.com/show.php?id=100" /> displays an image.
another question similar to above two is how to make the page http://www.example.com/file.html send a downloadable file name.pdf to the browser.
Thanks you
(Please help me. I am in serious need of this info)
