Posts by Marcus Monteiro • 1 point
1 post
-
0
votes1
answer69
viewsA: View images in the database with a separate cakephp file
Place double quotes at the beginning of the image path: src="admin/webroot/img/galerias/`<?php echo $photo_data['galeria_id'] ?><?php echo $photo_data['image']` ?>" And make sure that…