PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Im in the middle(well end of) a simple ticket based system. After we have created a ticket I need to print it for both the customer and ourselves to attach to the system in for repair. The trouble is that im having some problem getting it to print correctly on standard A4 in ALL systems.
So im looking for the solution to get my PHP generated page standardized to A4 print out.
I dont see how you can control the user-client's side printing properties.
The only method to get to print on the client side is using Javascript function window.print();
Looks like ill be using PDF, which is handy as I now have another backup solution (the .pdf file) incase the DB goes done and i can make a big catalogue of the tickets. Thanks guys.