Hey guys I am scripting with PHP and I need to write a web page that has a print page link which when clicked prints out a print friendly page. Thanx in advance.
And your question is?
This can be done using java script.
<a href="whatever.htm" onClick="window.print();return false"><img src="print.gif"></a>
I want to print the page with PHP in cae javascript is disabled on the client's machine. I don't know but I am sure there is a way to do this in PHP.