Hi, I’m using the core expressionengine,
and I’m using this code in one of my templates
{if photo_album !="" }
<?php $images = "{photo_album}"; $img_array=explode("|", $images); $max = sizeof($img_array); ?>
<?php for($i = 1 ; $i < $max-1 ; $i++): ?>
<a href="http://{path=images/uploads/albums}/<?php">; ?>" rel="lightbox[gallery]"]_{path=images/uploads/albums}/<?php echo _</a>
<?php endfor; ?>;
{/if}it was working very fine and suddenly and without a reason it’s not working at all !!
and all the php parts I’m using in my code !!!
anyone have any idea what the problem might be ?!