php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "View Object"

What is the best way to view the source code of predefined PHP functions?

When trying to view the source code of predefined PHP functions, it's important to remember that these functions are typically written in C and not PH...

How can variables be passed to a large view window in PHP?

To pass variables to a large view window in PHP, you can use the `extract()` function to extract the variables from an array and make them available i...

Where is it typically recommended to implement caching instructions in PHP applications - in the model or controller for database caching, and in the view class or controller for view caching?

Caching instructions in PHP applications are typically recommended to be implemented in the model for database caching and in the view class or contro...

What are the best practices for updating view counts in a PHP application when using an HTML5 player?

When using an HTML5 player in a PHP application, the best practice for updating view counts is to make an AJAX request to a PHP script that increments...

How can PHP scripts be structured to prevent the view count from resetting when new posts are added?

One way to prevent the view count from resetting when new posts are added is to store the view count in a separate table in the database and join it w...

Showing 21 to 25 of 6233 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1246 1247 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.