php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "page lifecycle"

What are some key principles from Microsoft's Secure Development Lifecycle (SDL) that PHP developers can apply to their unit testing processes?

One key principle from Microsoft's SDL that PHP developers can apply to their unit testing processes is input validation. By thoroughly validating all...

How can CSS be used to create a new page in the print view when displaying a set number of entries on each page?

To create a new page in the print view when displaying a set number of entries on each page, you can use CSS to add a page break after a certain numbe...

How can you determine the referring page in PHP?

To determine the referring page in PHP, you can use the $_SERVER['HTTP_REFERER'] variable. This variable contains the URL of the page that referred th...

How can CSS properties like "page-break-after" be utilized in PHP to control page breaks in printed documents?

To control page breaks in printed documents using PHP, you can utilize CSS properties like "page-break-after" by generating a CSS file dynamically and...

How can PHP be used to save elapsed time data in MySQL when a page is closed and retrieve it when the page is reopened?

To save elapsed time data in MySQL when a page is closed and retrieve it when the page is reopened, you can use PHP to store the timestamp when the pa...

Showing 46 to 50 of 10000 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 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.