How to make a print form?

A

Anonymous

Guest
Good day!

I have something to ask please give me some ideas how to make a print form...Example i will have to print the customers information (name,address,etc.). what will i do to print it...what kind of data format will i use? is it in PDF file or text file and how to connect it in the php..
thanks.
 
any text information that can be viewed in contast mode
(white bg, and block letters). and print it via javascript functions.
also. sorry i am moving you post ot html basis
 
I would like to share some basic code for print funcion in php:

<A HREF="javascript:window.print()">Click to Print This Page</A>

Hire PHP Developers - Experienced PHP Developers available on Full-Time, Part-Time & Hourly Basis.
 
Back
Top