php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "module"

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...

What are some best practices for implementing a "call home" function in PHP to track installations of a module?

Implementing a "call home" function in PHP allows you to track installations of a module by sending a request to a server when the module is installed...

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.