php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "page breaks"

Is the use of PHP's "each" function recommended for implementing page breaks in PDF documents?

Using PHP's "each" function is not recommended for implementing page breaks in PDF documents. Instead, it is recommended to use a library like TCPDF o...

How can you differentiate between line breaks and page breaks when processing text in PHP?

When processing text in PHP, line breaks are represented by the "\n" character, while page breaks are typically represented by "\f" or "\r\n" dependin...

What CSS properties can be used to control page breaks when printing large tables generated by PHP?

When printing large tables generated by PHP, it is common for the table to overflow onto multiple pages, making it difficult to read. To control page...

How can CSS be used to control page breaks in PHP output?

To control page breaks in PHP output using CSS, you can use the CSS property "page-break-before" or "page-break-after" to specify where a page break s...

Are there any best practices for creating page breaks in PHP output for printing purposes?

When generating output in PHP for printing purposes, it is often necessary to include page breaks to ensure that content is properly formatted for pri...

Showing 6 to 10 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.