Does anyone else use phprint to create printer-friendly pages on their site? When I updated to PHP 4.4.4, my script quit working. I haven't been able to find an updated version of the script...it appears to not be supported anymore. Has anyone modified this script to work with the newer versions of PHP?
eelixduppy
10:50 pm on Apr 4, 2007 (gmt 0)
I'm not sure about phprint as I've never used it before, but you can achieve printer friendly pages using CSS's Paged Media [w3.org]. That should be enough reading for today ;)
If phprint is written in PHP, then errors may be coming up in the error log. You may want to check there for the source of the problem first.