I am needing help with printing table content or form content. Does PHP have a method for identifying an object to print like a form or table and then the user could click on the print button to print this object on paper?
I am not referring to the Print function used by PHP.
I prefer to use PHP rather than Javascript for this print function to avoid browser variations.
Thank you much.