Hi
For my customers websites I usually offer a printer-friendly function.
What I do is sending the file to a print-PHP where I fopen/fread the printable content which I declare with HTML-comments (like <!-- printthis --><!-- /printthis -->).
This works on various webservers just fine (over http).
At the moment, I work for a client, that uses SSL (over https). And here, my script doesn't work. The error message says, that the file (which I want to print) cannot be opened or does not exist. When I switch back to http, the same script with the same file, which I want to be printed, displays correctly without error messages.
I already asked the serveradmin, but he didn't have an answer to the problem. So I checked all PHP-Forums and the php.net Website for answers, but without success.
I'm sure that the problem is either the fread or fopen function.
Does anybody have a solution?
Thanks to all responds....
QT