Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<div class="c-set"> <?php foreach ($data['item']["images_product"] as $key=>$image)..
Decoded Output download
<div class="c-set">
<?php foreach ($data['item']["images_product"] as $key=>$image){ $src = mgImageProductPath($image, $data['item']["id"], 'big'); ?>
<div class="c-set__item">
<img src="<?php echo $src ?>" />
</div>
<?php }?>
</div>
<?php echo mgImageProduct($data['item']); ?>
Did this file decode correctly?
Original Code
<div class="c-set">
<?php foreach ($data['item']["images_product"] as $key=>$image){ $src = mgImageProductPath($image, $data['item']["id"], 'big'); ?>
<div class="c-set__item">
<img src="<?php echo $src ?>" />
</div>
<?php }?>
</div>
<?php echo mgImageProduct($data['item']); ?>
Function Calls
None |
Stats
MD5 | bebf23b3a1f0ae6b96ba9299a6d14c58 |
Eval Count | 0 |
Decode Time | 120 ms |