DickDeeds Posted November 11, 2007 Share Posted November 11, 2007 To all, I have a large program where I need to print reports. I'm using php, javascript Ajax and mysql. I have a library oif php books but cannot find information on printing and formatting a report.Can anyone steer me to a book or information on how to do this?TIA,###### Link to comment Share on other sites More sharing options...
real_illusions Posted November 11, 2007 Share Posted November 11, 2007 you can use CSS to make seperate print styles for printing.Is that what your after? Link to comment Share on other sites More sharing options...
Synook Posted November 12, 2007 Share Posted November 12, 2007 You can't use PHP to make a file print (as PHP is server-side) but you can use the JavaScript print() method. As real_illusions said, CSS is the way to go for styling. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.