php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "object creation"

How should HTMLPurifier be used in PHP for input and output?

When dealing with user input in PHP, it is important to sanitize the data to prevent any potential security vulnerabilities such as cross-site scripti...

Are there alternative methods or functions in PHP that can be used to retrieve the last inserted ID without relying on mysql_insert_id?

When working with databases in PHP, relying solely on `mysql_insert_id` to retrieve the last inserted ID may not always be the best approach, especial...

What are the advantages and disadvantages of using Zend_Date versus DateTime for handling date formats in PHP?

When handling date formats in PHP, both Zend_Date and DateTime offer advantages and disadvantages. Zend_Date provides a more object-oriented approach...

What are some alternative approaches to managing database connections in PHP, such as using PDO, Dependency Injection, or autoloaders?

Managing database connections in PHP can be a crucial aspect of web development. One common approach is to use PDO (PHP Data Objects) to connect to th...

What are common pitfalls when trying to include Flash elements in PHP?

Common pitfalls when trying to include Flash elements in PHP include not properly embedding the Flash file using the correct HTML tags and attributes,...

Showing 6171 to 6175 of 6228 results

‹ 1 2 ... 1232 1233 1234 1235 1236 1237 1238 ... 1245 1246 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.