Dear all
I'm building up my web page using php and mysql, so what i want to do is when user click on a link which contain no sub heading or sub title on it, then the HEADER function will direct open the destination file. here is my header script
header("Location: ////servername/sys/appraisal.pdf"
i tried this, but got a error saying :
The page cannot be found
i just wonder if header function can open a file for the user rather than just direct user to specific HTML page?
Thanks alot!
Jack
I'm building up my web page using php and mysql, so what i want to do is when user click on a link which contain no sub heading or sub title on it, then the HEADER function will direct open the destination file. here is my header script
header("Location: ////servername/sys/appraisal.pdf"
i tried this, but got a error saying :
The page cannot be found
i just wonder if header function can open a file for the user rather than just direct user to specific HTML page?
Thanks alot!
Jack