Hi,
I have 2 tables in each page. when i have more than 1 page, tables are breaking into other pages. Like, end of the one table appear in next page. How can i do it stable. Because, when i print, i want each page have 2 tables without any problem.
Thanks
I do generate tables in while loop. Does php offer me a option to put 2 tables in one page each time?
here page means....
I have solved. I count first 2 listed tables. If it is two then add a break else nothing.
k...