<img src="<?php echo IMAGE_SMALL_PATH ?> <?php echo $row['small']; ?>" alt="<?php echo $row['alt']; ?>" /> on the way to the image that is stored in define IMAGE_SMALL_PATH and the image from the database itself - how to merge it?
" alt="" /> on the way to t...">
<img src="<?php echo IMAGE_SMALL_PATH ?> <?php echo $row['small']; ?>" alt="<?php echo $row['alt']; ?>" /> on the way to the image that is stored in define IMAGE_SMALL_PATH and the image from the database itself - how to merge it?
<img src="<?= IMAGE_SMALL_PATH . $row['small'] ?>" alt="<?= $row['alt']; ?>" /> <?=IMAGE_SMALL_PATH . $row['small']; ?> <?=IMAGE_SMALL_PATH . $row['small']; ?> <?=IMAGE_SMALL_PATH . $row['small']; ?> . <? = this is already <?php echo . The reduction is - Vasily BarbashevSource: https://ru.stackoverflow.com/questions/518075/
All Articles