php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "external entities"

How can the use of Collections in Symfony2 forms help in managing related entities like PhoneNumber?

When managing related entities like PhoneNumber in Symfony2 forms, using Collections can help in easily handling multiple instances of PhoneNumber ass...

How can HTML-Entities be avoided when transforming XML data via XSLT in PHP?

When transforming XML data via XSLT in PHP, HTML-Entities can be avoided by setting the output method to "html" in the XSL stylesheet. This will ensur...

What are the potential drawbacks of using HTML entities in PHP functions like strip_tags and htmlentities?

Using HTML entities in PHP functions like strip_tags and htmlentities can lead to unexpected behavior or incorrect output. This is because these funct...

What are the potential pitfalls of using str_replace to convert HTML entities to special characters in PHP?

Using str_replace to convert HTML entities to special characters in PHP may not be reliable as it can lead to unexpected results if the HTML entities...

How can HTML entities affect the functionality of PHP code, and what are best practices for handling them?

HTML entities can affect the functionality of PHP code by causing issues with string comparisons or output formatting. To handle HTML entities properl...

Showing 21 to 25 of 6277 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1255 1256 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.