php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "extension development"

In what ways does the mysqli_ extension differ from the mysql_ extension in PHP, besides the addition of the "i" at the end?

The mysqli_ extension in PHP is an improved version of the mysql_ extension, offering better security, support for prepared statements, and improved f...

How can the "Undefined index: extension" error be prevented when filtering files by extension in PHP?

The "Undefined index: extension" error occurs when trying to access an array element that does not exist. To prevent this error when filtering files b...

What is the recommended way to access ImageMagick in PHP for web development?

To access ImageMagick in PHP for web development, the recommended way is to use the Imagick PHP extension. This extension provides a native interface...

What are the potential pitfalls of restructuring a PHP application, such as a TYPO3 extension, to use more built-in classes?

Restructuring a PHP application, such as a TYPO3 extension, to use more built-in classes can lead to potential pitfalls such as breaking existing func...

What are the potential pitfalls or challenges one might face when configuring MySQL in a Windows XP operating system for PHP development?

One potential challenge when configuring MySQL in a Windows XP operating system for PHP development is ensuring that the MySQL extension is properly e...

Showing 31 to 35 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.