|
| Total Answers and Comments: 3 |
Last Update: October 31, 2006 Asked by: mrbaliram |
|
| | |
|
Submitted by: Rahul Thipse Here is code // Give actually File_name1 path from remote server header("Content-Disposition: attachment; filename=".$file_name1); header("Content-type: application/octet-stream"); readfile($file_path1);FromRahul Thipse
Above answer was rated as good by the following members: brijbhushansh, amitverma | Go To Top
|