php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "img element"

What best practices can be followed when trying to exclude specific elements, like IMG tags, from Xpath queries in PHP?

When trying to exclude specific elements like IMG tags from Xpath queries in PHP, one common approach is to use the "not" function in the Xpath query...

What are the best practices for accessing and manipulating attributes of img tags within a DOMDocument object in PHP?

When working with img tags within a DOMDocument object in PHP, it is important to follow best practices to access and manipulate their attributes. To...

What are the potential reasons for images not being displayed when using PHP to generate HTML img tags?

The potential reasons for images not being displayed when using PHP to generate HTML img tags could include incorrect file paths, permission issues, o...

How can PHP beginners effectively filter out specific elements, such as IMG tags, from a webpage using Xpath queries?

To filter out specific elements like IMG tags from a webpage using Xpath queries in PHP, you can use the DOMDocument class to load the webpage's HTML...

Are there any specific considerations for outputting images using PHP when embedded within HTML tags like <img>?

When outputting images using PHP within HTML <img> tags, it's important to set the correct content type header to ensure the image is displayed correc...

Showing 31 to 35 of 3766 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 753 754 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.