954,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

how to bring up print dialog box through php

how to get print dialog box through php.
that's mean when i click the submit button named as print .
then it will show the print dialog box.

selvam543
Newbie Poster
7 posts since Sep 2008
Reputation Points: 10
Solved Threads: 0
 

Not too sure about this one. Remember, php executes from the server. You'll want a script that executes from the browser to perform a print. The basic idea is:

<input type="button" value="Print" onclick="window.print()" />
buddylee17
Practically a Master Poster
697 posts since Nov 2007
Reputation Points: 232
Solved Threads: 137
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You