php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "src"

How can HTML, CSS, and Javascript be combined to create a "page flipping" effect similar to flipping through images in PHP?

To create a "page flipping" effect similar to flipping through images in PHP, you can combine HTML, CSS, and JavaScript. HTML can be used to structure...

How can a PHP beginner effectively convert image URLs from a database into actual image outputs on a webpage?

To convert image URLs from a database into actual image outputs on a webpage, a PHP beginner can use the `echo` function to output an HTML `img` tag w...

What are some common approaches to changing images dynamically in PHP when a thumbnail is clicked?

One common approach to changing images dynamically in PHP when a thumbnail is clicked is to use AJAX to fetch the new image and update the src attribu...

What are the common naming conventions and folder structures for models in PHP frameworks like Zend?

In PHP frameworks like Zend, common naming conventions for models include using singular nouns for model class names and plural nouns for correspondin...

How can the code be modified to ensure that the thumbnails are displayed correctly for all images in the "bilder" directory?

The issue could be resolved by ensuring that the file path for each image includes the "bilder" directory in the src attribute of the img tag. This ca...

Showing 51 to 55 of 199 results

‹ 1 2 ... 8 9 10 11 12 13 14 ... 39 40 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.