php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "supersized2 module"

Are there any specific best practices to follow when choosing between PHP as CGI or as an Apache Module?

When choosing between PHP as CGI or as an Apache Module, it is generally recommended to use PHP as an Apache Module for better performance and efficie...

Is it possible to retrieve all module titles from the modules_language table in PHP database queries?

To retrieve all module titles from the modules_language table in PHP database queries, you can use a SELECT query to fetch the titles from the table....

What are the differences between using the mysql module in PHP 5 compared to previous versions?

In PHP 5, the mysql module was deprecated in favor of the mysqli (MySQL Improved) extension, which provides better performance, security, and addition...

What is the best approach to modify a Contao module to surround it with a div element containing a prefix name and the module's ID?

To modify a Contao module to surround it with a div element containing a prefix name and the module's ID, you can create a custom module template file...

What steps should be taken to ensure the PHP socket module is loaded correctly?

To ensure the PHP socket module is loaded correctly, you should first check if the module is enabled in your PHP configuration file (php.ini). Look fo...

Showing 36 to 40 of 645 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 128 129 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.