Is there a way to write a script that echoes text ONLY when the user chooses to print the page? Kind of like the CSS media="print" thing, only with PHP.
G
PHP doesn't know about what the user is doing with the page they received. Why not use the CSS media="print" thing?